Html Css Color HEX #6419CC Purple Heart

📋 copy color: '#6419CC'

red 100 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #6419CC

Tints of Purple Heart #6419CC

RGB

 RED value IS 100 (39.45% from 255) = 30.4%

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

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 30.4%
G = 7.6%
B = 62.01%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6419CC (or 0x6419CC) is known color: Purple Heart. HEX triplet: 64, 19 and CC. RGB value is (100,25,204). Sum of RGB (Red+Green+Blue) = 100+25+204=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #6419CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6419CC is #9BE633. Grayscale: #434343. Windows color (decimal): -10217012 or 13375844. OLE color: 13375844.

HSL color Cylindrical-coordinate representation of color #6419CC: hue angle of 265.14º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6419CC is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 25 204 -
CMYK 0.51 0.88 0 0.2
HSL 265.14º 0.78% 0.45% -
HSV(B) 265.14º 0.88% 0.8% -
XYZ 16.5 7.76 57.76 -
YUV 67.83 204.85 150.95 -
System Red Green Blue C M Y K H S L
Decimal 100 25 204 0.51 0.88 0 0.2 265.14 0.78 0.45
Hex 64 19 CC 33 58 0 14 109 4E 2D
Octal 144 31 314 63 130 0 24 411 116 55
Binary 1100100 11001 11001100 110011 1011000 0 10100 100001001 1001110 101101

Color Harmonies of #6419CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6419CC

Black with #6419CC

Text Example


Text Example

White with #6419CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6419CC; }

 p { color: rgb(100,25,204); }

 H1.HeaderClassName
 {
   color: #6419CC;
 }
 .AnyTagClassName
 {
   color: #6419CC;
 }
</style>

background-color css

<style>
 a { background-color: #6419CC; }

 a { background-color: rgb(100,25,204); }

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

border-color css

<style>
 span { border-color: #6419CC; }

 span { border-color: rgb(100,25,204); }

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