Html Css Color HEX #7419CE Purple Heart

📋 copy color: '#7419CE'

red 116 ◦ green 25 ◦ blue 206

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

Shades of Purple Heart #7419CE

Tints of Purple Heart #7419CE

RGB

 RED value IS 116 (45.7% from 255) = 33.43%

 GREEN value IS 25 (10.16% from 255) = 7.2%

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 33.43%
G = 7.2%
B = 59.37%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7419CE (or 0x7419CE) is known color: Purple Heart. HEX triplet: 74, 19 and CE. RGB value is (116,25,206). Sum of RGB (Red+Green+Blue) = 116+25+206=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #7419CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7419CE is #8BE631. Grayscale: #484848. Windows color (decimal): -9168434 or 13506932. OLE color: 13506932.

HSL color Cylindrical-coordinate representation of color #7419CE: hue angle of 270.17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7419CE is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 25 206 -
CMYK 0.44 0.88 0 0.19
HSL 270.17º 0.78% 0.45% -
HSV(B) 270.17º 0.88% 0.81% -
XYZ 18.69 8.86 59.12 -
YUV 72.84 203.15 158.78 -
System Red Green Blue C M Y K H S L
Decimal 116 25 206 0.44 0.88 0 0.19 270.17 0.78 0.45
Hex 74 19 CE 2C 58 0 13 10E 4E 2D
Octal 164 31 316 54 130 0 23 416 116 55
Binary 1110100 11001 11001110 101100 1011000 0 10011 100001110 1001110 101101

Color Harmonies of #7419CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7419CE

Black with #7419CE

Text Example


Text Example

White with #7419CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7419CE; }

 p { color: rgb(116,25,206); }

 H1.HeaderClassName
 {
   color: #7419CE;
 }
 .AnyTagClassName
 {
   color: #7419CE;
 }
</style>

background-color css

<style>
 a { background-color: #7419CE; }

 a { background-color: rgb(116,25,206); }

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

border-color css

<style>
 span { border-color: #7419CE; }

 span { border-color: rgb(116,25,206); }

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