Html Css Color HEX #6405CC Purple Heart

📋 copy color: '#6405CC'

red 100 ◦ green 5 ◦ blue 204

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

Shades of Purple Heart #6405CC

Tints of Purple Heart #6405CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

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

R = 32.36%
G = 1.62%
B = 66.02%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6405CC (or 0x6405CC) is known color: Purple Heart. HEX triplet: 64, 05 and CC. RGB value is (100,5,204). Sum of RGB (Red+Green+Blue) = 100+5+204=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #6405CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405CC is #9BFA33. Grayscale: #373737. Windows color (decimal): -10222132 or 13370724. OLE color: 13370724.

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

Color convert

RGB 100 5 204 -
CMYK 0.51 0.98 0 0.2
HSL 268.64º 0.95% 0.41% -
HSV(B) 268.64º 0.98% 0.8% -
XYZ 16.21 7.18 57.66 -
YUV 56.09 211.47 159.32 -
System Red Green Blue C M Y K H S L
Decimal 100 5 204 0.51 0.98 0 0.2 268.64 0.95 0.41
Hex 64 5 CC 33 62 0 14 10D 5F 29
Octal 144 5 314 63 142 0 24 415 137 51
Binary 1100100 101 11001100 110011 1100010 0 10100 100001101 1011111 101001

Color Harmonies of #6405CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405CC

Black with #6405CC

Text Example


Text Example

White with #6405CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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