#4818BA

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

Shades of Purple Heart #4818BA

Tints of Purple Heart #4818BA

Color information

#4818BA (or 0x4818BA) is unknown color: approx Purple Heart. HEX triplet: 48, 18 and BA. RGB value is (72,24,186). Sum of RGB (Red+Green+Blue) = 72+24+186=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #4818BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4818BA is #B7E745. Grayscale: #383838. Windows color (decimal): -12052294 or 12195912. OLE color: 12195912.

HSL color Cylindrical-coordinate representation of color #4818BA: hue angle of 257.78º 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 #4818BA is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7224186-
CMYK0.610.8700.27
HSL257.78º77.14%41.18%-
HSV(B)257.78º87.1%72.94%-
XYZ11.865.5846.91-
YUV56.82200.9138.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=25.53%
G=8.51%
B=65.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72241860.610.8700.27257.7877.1441.18
Hex4818BA3D5701B1024d29
Octal110302727512703340211551
Binary1001000110001011101011110110101110110111000000101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4818BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4818BA; }

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

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

<style>
 a { background-color: #4818BA; }

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

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

<style>
 span { border-color: #4818BA; }

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

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