Html Css Color HEX #6405CE Purple Heart

📋 copy color: '#6405CE'

red 100 ◦ green 5 ◦ blue 206

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

Shades of Purple Heart #6405CE

Tints of Purple Heart #6405CE

RGB

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

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

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

R = 32.15%
G = 1.61%
B = 66.24%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6405CE (or 0x6405CE) is known color: Purple Heart. HEX triplet: 64, 05 and CE. RGB value is (100,5,206). Sum of RGB (Red+Green+Blue) = 100+5+206=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #6405CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405CE is #9BFA31. Grayscale: #373737. Windows color (decimal): -10222130 or 13501796. OLE color: 13501796.

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

Color convert

RGB 100 5 206 -
CMYK 0.51 0.98 0 0.19
HSL 268.36º 0.95% 0.41% -
HSV(B) 268.36º 0.98% 0.81% -
XYZ 16.45 7.27 58.93 -
YUV 56.32 212.47 159.16 -
System Red Green Blue C M Y K H S L
Decimal 100 5 206 0.51 0.98 0 0.19 268.36 0.95 0.41
Hex 64 5 CE 33 62 0 13 10C 5F 29
Octal 144 5 316 63 142 0 23 414 137 51
Binary 1100100 101 11001110 110011 1100010 0 10011 100001100 1011111 101001

Color Harmonies of #6405CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405CE

Black with #6405CE

Text Example


Text Example

White with #6405CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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