#4C1BB3

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

Shades of Purple Heart #4C1BB3

Tints of Purple Heart #4C1BB3

Color information

#4C1BB3 (or 0x4C1BB3) is unknown color: approx Purple Heart. HEX triplet: 4C, 1B and B3. RGB value is (76,27,179). Sum of RGB (Red+Green+Blue) = 76+27+179=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C1BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1BB3 is #B3E44C. Grayscale: #3A3A3A. Windows color (decimal): -11789389 or 11737932. OLE color: 11737932.

HSL color Cylindrical-coordinate representation of color #4C1BB3: hue angle of 259.34º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1BB3 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7627179-
CMYK0.580.8500.30
HSL259.34º73.79%40.39%-
HSV(B)259.34º84.92%70.2%-
XYZ11.515.5843.12-
YUV58.98195.73140.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 179 (70.31% from 255) = 63.48%
R=26.95%
G=9.57%
B=63.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76271790.580.8500.30259.3473.7940.39
Hex4C1BB33A5501E1034a28
Octal114332637212503640311250
Binary1001100110111011001111101010101010111101000000111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,27,179); }

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

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

 a { background-color: rgb(76,27,179); }

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

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

 span { border-color: rgb(76,27,179); }

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