#4C2BBF

Color #4C2BBF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4C2BBF

Tints of Purple Heart #4C2BBF

Color information

#4C2BBF (or 0x4C2BBF) is unknown color: approx Purple Heart. HEX triplet: 4C, 2B and BF. RGB value is (76,43,191). Sum of RGB (Red+Green+Blue) = 76+43+191=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C2BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BBF is #B3D440. Grayscale: #454545. Windows color (decimal): -11785281 or 12528460. OLE color: 12528460.

HSL color Cylindrical-coordinate representation of color #4C2BBF: hue angle of 253.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C2BBF is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7643191-
CMYK0.600.7700.25
HSL253.38º63.25%45.88%-
HSV(B)253.38º77.49%74.9%-
XYZ13.257.0349.95-
YUV69.74196.43132.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.52%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 191 (75% from 255) = 61.61%
R=24.52%
G=13.87%
B=61.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76431910.600.7700.25253.3863.2545.88
Hex4C2BBF3C4D019fd3f2e
Octal11453277741150313757756
Binary100110010101110111111111100100110101100111111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,43,191); }

 H1.HeaderClassName
 {
   color: #4C2BBF;
 }
 .AnyTagClassName
 {
   color: #4C2BBF;
 }
</style>
background-color css

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

 a { background-color: rgb(76,43,191); }

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

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

 span { border-color: rgb(76,43,191); }

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