#4C1BAC

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

Shades of Purple Heart #4C1BAC

Tints of Purple Heart #4C1BAC

Color information

#4C1BAC (or 0x4C1BAC) is unknown color: approx Purple Heart. HEX triplet: 4C, 1B and AC. RGB value is (76,27,172). Sum of RGB (Red+Green+Blue) = 76+27+172=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C1BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1BAC is #B3E453. Grayscale: #393939. Windows color (decimal): -11789396 or 11279180. OLE color: 11279180.

HSL color Cylindrical-coordinate representation of color #4C1BAC: hue angle of 260.28º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1BAC is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7627172-
CMYK0.560.8400.33
HSL260.28º72.86%39.02%-
HSV(B)260.28º84.3%67.45%-
XYZ10.825.339.48-
YUV58.18192.23140.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.64%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=27.64%
G=9.82%
B=62.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76271720.560.8400.33260.2872.8639.02
Hex4C1BAC38540211044927
Octal114332547012404140411147
Binary10011001101110101100111000101010001000011000001001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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