Html Css Color HEX #4C20CE Purple Heart

📋 copy color: '#4C20CE'

red 76 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #4C20CE

Tints of Purple Heart #4C20CE

RGB

 RED value IS 76 (30.08% from 255) = 24.2%

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

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

R = 24.2%
G = 10.19%
B = 65.61%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C20CE (or 0x4C20CE) is known color: Purple Heart. HEX triplet: 4C, 20 and CE. RGB value is (76,32,206). Sum of RGB (Red+Green+Blue) = 76+32+206=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C20CE is #B3DF31. Grayscale: #404040. Windows color (decimal): -11788082 or 13508684. OLE color: 13508684.

HSL color Cylindrical-coordinate representation of color #4C20CE: hue angle of 255.17º 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 #4C20CE is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 32 206 -
CMYK 0.63 0.84 0 0.19
HSL 255.17º 0.73% 0.47% -
HSV(B) 255.17º 0.84% 0.81% -
XYZ 14.64 7.03 58.98 -
YUV 64.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 76 32 206 0.63 0.84 0 0.19 255.17 0.73 0.47
Hex 4C 20 CE 3F 54 0 13 FF 49 2F
Octal 114 40 316 77 124 0 23 377 111 57
Binary 1001100 100000 11001110 111111 1010100 0 10011 11111111 1001001 101111

Color Harmonies of #4C20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C20CE

Black with #4C20CE

Text Example


Text Example

White with #4C20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C20CE; }

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

 H1.HeaderClassName
 {
   color: #4C20CE;
 }
 .AnyTagClassName
 {
   color: #4C20CE;
 }
</style>

background-color css

<style>
 a { background-color: #4C20CE; }

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

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

border-color css

<style>
 span { border-color: #4C20CE; }

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

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