#4C1CB3

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

Shades of Purple Heart #4C1CB3

Tints of Purple Heart #4C1CB3

Color information

#4C1CB3 (or 0x4C1CB3) is unknown color: approx Purple Heart. HEX triplet: 4C, 1C and B3. RGB value is (76,28,179). Sum of RGB (Red+Green+Blue) = 76+28+179=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C1CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CB3 is #B3E34C. Grayscale: #3B3B3B. Windows color (decimal): -11789133 or 11738188. OLE color: 11738188.

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

Color convert

RGB7628179-
CMYK0.580.8400.30
HSL259.07º72.95%40.59%-
HSV(B)259.07º84.36%70.2%-
XYZ11.535.6243.13-
YUV59.57195.4139.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.86%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 179 (70.31% from 255) = 63.25%
R=26.86%
G=9.89%
B=63.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76281790.580.8400.30259.0772.9540.59
Hex4C1CB33A5401E1034929
Octal114342637212403640311151
Binary1001100111001011001111101010101000111101000000111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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