Html Css Color HEX #6420CE Purple Heart

📋 copy color: '#6420CE'

red 100 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #6420CE

Tints of Purple Heart #6420CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.47%

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

R = 29.59%
G = 9.47%
B = 60.95%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6420CE (or 0x6420CE) is known color: Purple Heart. HEX triplet: 64, 20 and CE. RGB value is (100,32,206). Sum of RGB (Red+Green+Blue) = 100+32+206=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #6420CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6420CE is #9BDF31. Grayscale: #474747. Windows color (decimal): -10215218 or 13508708. OLE color: 13508708.

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

Color convert

RGB 100 32 206 -
CMYK 0.51 0.84 0 0.19
HSL 263.45º 0.73% 0.47% -
HSV(B) 263.45º 0.84% 0.81% -
XYZ 16.91 8.2 59.08 -
YUV 72.17 203.53 147.85 -
System Red Green Blue C M Y K H S L
Decimal 100 32 206 0.51 0.84 0 0.19 263.45 0.73 0.47
Hex 64 20 CE 33 54 0 13 107 49 2F
Octal 144 40 316 63 124 0 23 407 111 57
Binary 1100100 100000 11001110 110011 1010100 0 10011 100000111 1001001 101111

Color Harmonies of #6420CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420CE

Black with #6420CE

Text Example


Text Example

White with #6420CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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