Html Css Color HEX #4C2CCB Purple Heart

📋 copy color: '#4C2CCB'

red 76 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #4C2CCB

Tints of Purple Heart #4C2CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.62%

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

R = 23.53%
G = 13.62%
B = 62.85%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C2CCB (or 0x4C2CCB) is known color: Purple Heart. HEX triplet: 4C, 2C and CB. RGB value is (76,44,203). Sum of RGB (Red+Green+Blue) = 76+44+203=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C2CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2CCB is #B3D334. Grayscale: #474747. Windows color (decimal): -11785013 or 13315148. OLE color: 13315148.

HSL color Cylindrical-coordinate representation of color #4C2CCB: hue angle of 252.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2CCB is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 44 203 -
CMYK 0.63 0.78 0 0.20
HSL 252.08º 0.64% 0.48% -
HSV(B) 252.08º 0.78% 0.8% -
XYZ 14.66 7.65 57.2 -
YUV 71.69 202.1 131.07 -
System Red Green Blue C M Y K H S L
Decimal 76 44 203 0.63 0.78 0 0.20 252.08 0.64 0.48
Hex 4C 2C CB 3F 4E 0 14 FC 40 30
Octal 114 54 313 77 116 0 24 374 100 60
Binary 1001100 101100 11001011 111111 1001110 0 10100 11111100 1000000 110000

Color Harmonies of #4C2CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2CCB

Black with #4C2CCB

Text Example


Text Example

White with #4C2CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,44,203); }

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

background-color css

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

 a { background-color: rgb(76,44,203); }

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

border-color css

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

 span { border-color: rgb(76,44,203); }

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