Html Css Color HEX #4C2ACB Purple Heart

📋 copy color: '#4C2ACB'

red 76 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #4C2ACB

Tints of Purple Heart #4C2ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.08%

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

R = 23.68%
G = 13.08%
B = 63.24%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C2ACB (or 0x4C2ACB) is known color: Purple Heart. HEX triplet: 4C, 2A and CB. RGB value is (76,42,203). Sum of RGB (Red+Green+Blue) = 76+42+203=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C2ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2ACB is #B3D534. Grayscale: #454545. Windows color (decimal): -11785525 or 13314636. OLE color: 13314636.

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

Color convert

RGB 76 42 203 -
CMYK 0.63 0.79 0 0.20
HSL 252.67º 0.66% 0.48% -
HSV(B) 252.67º 0.79% 0.8% -
XYZ 14.59 7.5 57.18 -
YUV 70.52 202.76 131.91 -
System Red Green Blue C M Y K H S L
Decimal 76 42 203 0.63 0.79 0 0.20 252.67 0.66 0.48
Hex 4C 2A CB 3F 4F 0 14 FD 42 30
Octal 114 52 313 77 117 0 24 375 102 60
Binary 1001100 101010 11001011 111111 1001111 0 10100 11111101 1000010 110000

Color Harmonies of #4C2ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2ACB

Black with #4C2ACB

Text Example


Text Example

White with #4C2ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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