#4818AA

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

Shades of Purple Heart #4818AA

Tints of Purple Heart #4818AA

Color information

#4818AA (or 0x4818AA) is unknown color: approx Purple Heart. HEX triplet: 48, 18 and AA. RGB value is (72,24,170). Sum of RGB (Red+Green+Blue) = 72+24+170=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #4818AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4818AA is #B7E755. Grayscale: #363636. Windows color (decimal): -12052310 or 11147336. OLE color: 11147336.

HSL color Cylindrical-coordinate representation of color #4818AA: hue angle of 259.73º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4818AA is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7224170-
CMYK0.580.8600.33
HSL259.73º75.26%38.04%-
HSV(B)259.73º85.88%66.67%-
XYZ10.254.9338.44-
YUV55192.9140.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 24 (9.77% from 255) = 9.02%
BLUE value IS 170 (66.80% from 255) = 63.91%
R=27.07%
G=9.02%
B=63.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72241700.580.8600.33259.7375.2638.04
Hex4818AA3A560211044b26
Octal110302527212604140411346
Binary10010001100010101010111010101011001000011000001001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4818AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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