Html Css Color HEX #6402CD Purple Heart

📋 copy color: '#6402CD'

red 100 ◦ green 2 ◦ blue 205

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

Shades of Purple Heart #6402CD

Tints of Purple Heart #6402CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 205 (80.47% from 255) = 66.78%

R = 32.57%
G = 0.65%
B = 66.78%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6402CD (or 0x6402CD) is known color: Purple Heart. HEX triplet: 64, 02 and CD. RGB value is (100,2,205). Sum of RGB (Red+Green+Blue) = 100+2+205=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #6402CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402CD is #9BFD32. Grayscale: #353535. Windows color (decimal): -10222899 or 13435492. OLE color: 13435492.

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

Color convert

RGB 100 2 205 -
CMYK 0.51 0.99 0 0.20
HSL 268.97º 0.98% 0.41% -
HSV(B) 268.97º 0.99% 0.8% -
XYZ 16.3 7.16 58.28 -
YUV 54.44 212.97 160.49 -
System Red Green Blue C M Y K H S L
Decimal 100 2 205 0.51 0.99 0 0.20 268.97 0.98 0.41
Hex 64 2 CD 33 63 0 14 10D 62 29
Octal 144 2 315 63 143 0 24 415 142 51
Binary 1100100 10 11001101 110011 1100011 0 10100 100001101 1100010 101001

Color Harmonies of #6402CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6402CD

Black with #6402CD

Text Example


Text Example

White with #6402CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6402CD; }

 p { color: rgb(100,2,205); }

 H1.HeaderClassName
 {
   color: #6402CD;
 }
 .AnyTagClassName
 {
   color: #6402CD;
 }
</style>

background-color css

<style>
 a { background-color: #6402CD; }

 a { background-color: rgb(100,2,205); }

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

border-color css

<style>
 span { border-color: #6402CD; }

 span { border-color: rgb(100,2,205); }

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