#481BAA

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

Shades of Purple Heart #481BAA

Tints of Purple Heart #481BAA

Color information

#481BAA (or 0x481BAA) is unknown color: approx Purple Heart. HEX triplet: 48, 1B and AA. RGB value is (72,27,170). Sum of RGB (Red+Green+Blue) = 72+27+170=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #481BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481BAA is #B7E455. Grayscale: #383838. Windows color (decimal): -12051542 or 11148104. OLE color: 11148104.

HSL color Cylindrical-coordinate representation of color #481BAA: hue angle of 258.88º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481BAA is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7227170-
CMYK0.580.8400.33
HSL258.88º72.59%38.63%-
HSV(B)258.88º84.12%66.67%-
XYZ10.325.0638.46-
YUV56.76191.91138.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 27 (10.94% from 255) = 10.04%
BLUE value IS 170 (66.80% from 255) = 63.20%
R=26.77%
G=10.04%
B=63.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72271700.580.8400.33258.8872.5938.63
Hex481BAA3A540211034927
Octal110332527212404140311147
Binary10010001101110101010111010101010001000011000000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481BAA; }

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

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

<style>
 a { background-color: #481BAA; }

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

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

<style>
 span { border-color: #481BAA; }

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

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