Html Css Color HEX #6420CB Purple Heart

📋 copy color: '#6420CB'

red 100 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #6420CB

Tints of Purple Heart #6420CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 29.85%
G = 9.55%
B = 60.6%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6420CB (or 0x6420CB) is known color: Purple Heart. HEX triplet: 64, 20 and CB. RGB value is (100,32,203). Sum of RGB (Red+Green+Blue) = 100+32+203=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #6420CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6420CB is #9BDF34. Grayscale: #474747. Windows color (decimal): -10215221 or 13312100. OLE color: 13312100.

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

Color convert

RGB 100 32 203 -
CMYK 0.51 0.84 0 0.20
HSL 263.86º 0.73% 0.46% -
HSV(B) 263.86º 0.84% 0.8% -
XYZ 16.55 8.05 57.18 -
YUV 71.83 202.03 148.1 -
System Red Green Blue C M Y K H S L
Decimal 100 32 203 0.51 0.84 0 0.20 263.86 0.73 0.46
Hex 64 20 CB 33 54 0 14 108 49 2E
Octal 144 40 313 63 124 0 24 410 111 56
Binary 1100100 100000 11001011 110011 1010100 0 10100 100001000 1001001 101110

Color Harmonies of #6420CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420CB

Black with #6420CB

Text Example


Text Example

White with #6420CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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