#4C16BA

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

Shades of Purple Heart #4C16BA

Tints of Purple Heart #4C16BA

Color information

#4C16BA (or 0x4C16BA) is unknown color: approx Purple Heart. HEX triplet: 4C, 16 and BA. RGB value is (76,22,186). Sum of RGB (Red+Green+Blue) = 76+22+186=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C16BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C16BA is #B3E945. Grayscale: #383838. Windows color (decimal): -11790662 or 12195404. OLE color: 12195404.

HSL color Cylindrical-coordinate representation of color #4C16BA: hue angle of 259.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C16BA is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7622186-
CMYK0.590.8800.27
HSL259.76º78.85%40.78%-
HSV(B)259.76º88.17%72.94%-
XYZ12.135.6646.91-
YUV56.84200.89141.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.76%
GREEN value IS 22 (8.98% from 255) = 7.75%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=26.76%
G=7.75%
B=65.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76221860.590.8800.27259.7678.8540.78
Hex4C16BA3B5801B1044f29
Octal114262727313003340411751
Binary1001100101101011101011101110110000110111000001001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C16BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,22,186); }

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

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

 a { background-color: rgb(76,22,186); }

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

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

 span { border-color: rgb(76,22,186); }

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