Html Css Color HEX #7338C7 Purple Heart

📋 copy color: '#7338C7'

red 115 ◦ green 56 ◦ blue 199

#7338C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7338C7

Tints of Purple Heart #7338C7

RGB

 RED value IS 115 (45.31% from 255) = 31.08%

 GREEN value IS 56 (22.27% from 255) = 15.14%

 BLUE value IS 199 (78.13% from 255) = 53.78%

R = 31.08%
G = 15.14%
B = 53.78%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7338C7 (or 0x7338C7) is known color: Purple Heart. HEX triplet: 73, 38 and C7. RGB value is (115,56,199). Sum of RGB (Red+Green+Blue) = 115+56+199=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 199 (78.12% from 255 or 53.78% from 370); Max value from RGB is 199 - color contains mainly: blue. Hex color #7338C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7338C7 is #8CC738. Grayscale: #595959. Windows color (decimal): -9226041 or 13056115. OLE color: 13056115.

HSL color Cylindrical-coordinate representation of color #7338C7: hue angle of 264.76º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7338C7 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 56 199 -
CMYK 0.42 0.72 0 0.22
HSL 264.76º 0.56% 0.5% -
HSV(B) 264.76º 0.72% 0.78% -
XYZ 18.79 10.6 55.09 -
YUV 89.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 115 56 199 0.42 0.72 0 0.22 264.76 0.56 0.5
Hex 73 38 C7 2A 48 0 16 109 38 32
Octal 163 70 307 52 110 0 26 411 70 62
Binary 1110011 111000 11000111 101010 1001000 0 10110 100001001 111000 110010

Color Harmonies of #7338C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7338C7

Black with #7338C7

Text Example


Text Example

White with #7338C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7338C7; }

 p { color: rgb(115,56,199); }

 H1.HeaderClassName
 {
   color: #7338C7;
 }
 .AnyTagClassName
 {
   color: #7338C7;
 }
</style>

background-color css

<style>
 a { background-color: #7338C7; }

 a { background-color: rgb(115,56,199); }

 div.DivClassName
 {
   background-color: #7338C7;
 }
 .BgClassName
 {
   background-color: #7338C7;
 }
</style>

border-color css

<style>
 span { border-color: #7338C7; }

 span { border-color: rgb(115,56,199); }

 td.TdClassName
 {
   border-color: #7338C7;
 }
 .TagClassName
 {
   border-color: #7338C7;
 }
</style>