#480ab5

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

Shades of Purple Heart #480AB5

Tints of Purple Heart #480AB5

Color information

#480AB5 (or 0x480AB5) is unknown color: approx Purple Heart. HEX triplet: 48, 0A and B5. RGB value is (72,10,181). Sum of RGB (Red+Green+Blue) = 72+10+181=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 181 (71.09% from 255 or 68.82% from 263); Max value from RGB is 181 - color contains mainly: blue. Hex color #480AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480AB5 is #B7F54A. Grayscale: #2F2F2F. Windows color (decimal): -12055883 or 11864648. OLE color: 11864648.

HSL color Cylindrical-coordinate representation of color #480AB5: hue angle of 261.75º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480AB5 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7210181-
CMYK0.600.9400.29
HSL261.75º89.53%37.45%-
HSV(B)261.75º94.48%70.98%-
XYZ11.124.9344.08-
YUV48.03203.04145.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 10 (4.30% from 255) = 3.80%
BLUE value IS 181 (71.09% from 255) = 68.82%
R=27.38%
G=3.80%
B=68.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72101810.600.9400.29261.7589.5337.45
Hex48AB53C5E01D1065a25
Octal110122657413603540613245
Binary100100010101011010111110010111100111011000001101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480ab5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480ab5; }

 p { color: rgb(72,10,181); }

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

<style>
 a { background-color: #480ab5; }

 a { background-color: rgb(72,10,181); }

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

<style>
 span { border-color: #480ab5; }

 span { border-color: rgb(72,10,181); }

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