#4C15BA

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

Shades of Purple Heart #4C15BA

Tints of Purple Heart #4C15BA

Color information

#4C15BA (or 0x4C15BA) is unknown color: approx Purple Heart. HEX triplet: 4C, 15 and BA. RGB value is (76,21,186). Sum of RGB (Red+Green+Blue) = 76+21+186=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C15BA is #B3EA45. Grayscale: #373737. Windows color (decimal): -11790918 or 12195148. OLE color: 12195148.

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

Color convert

RGB7621186-
CMYK0.590.8900.27
HSL260º79.71%40.59%-
HSV(B)260º88.71%72.94%-
XYZ12.115.6246.9-
YUV56.26201.22142.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.86%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 186 (73.05% from 255) = 65.72%
R=26.86%
G=7.42%
B=65.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76211860.590.8900.2726079.7140.59
Hex4C15BA3B5901B1045029
Octal114252727313103340412051
Binary1001100101011011101011101110110010110111000001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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