#4813AA

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

Shades of Purple Heart #4813AA

Tints of Purple Heart #4813AA

Color information

#4813AA (or 0x4813AA) is unknown color: approx Purple Heart. HEX triplet: 48, 13 and AA. RGB value is (72,19,170). Sum of RGB (Red+Green+Blue) = 72+19+170=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #4813AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4813AA is #B7EC55. Grayscale: #333333. Windows color (decimal): -12053590 or 11146056. OLE color: 11146056.

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

Color convert

RGB7219170-
CMYK0.580.8900.33
HSL261.06º79.89%37.06%-
HSV(B)261.06º88.82%66.67%-
XYZ10.164.7538.41-
YUV52.06194.56142.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=27.59%
G=7.28%
B=65.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72191700.580.8900.33261.0679.8937.06
Hex4813AA3A590211055025
Octal110232527213104140512045
Binary10010001001110101010111010101100101000011000001011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4813AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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