#4B18BA

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

Shades of Purple Heart #4B18BA

Tints of Purple Heart #4B18BA

Color information

#4B18BA (or 0x4B18BA) is unknown color: approx Purple Heart. HEX triplet: 4B, 18 and BA. RGB value is (75,24,186). Sum of RGB (Red+Green+Blue) = 75+24+186=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B18BA is #B4E745. Grayscale: #393939. Windows color (decimal): -11855686 or 12195915. OLE color: 12195915.

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

Color convert

RGB7524186-
CMYK0.600.8700.27
HSL258.89º77.14%41.18%-
HSV(B)258.89º87.1%72.94%-
XYZ12.095.6946.92-
YUV57.72200.4140.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 186 (73.05% from 255) = 65.26%
R=26.32%
G=8.42%
B=65.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75241860.600.8700.27258.8977.1441.18
Hex4B18BA3C5701B1034d29
Octal113302727412703340311551
Binary1001011110001011101011110010101110110111000000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B18BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,24,186); }

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

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

 a { background-color: rgb(75,24,186); }

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

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

 span { border-color: rgb(75,24,186); }

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