#482db5

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

Shades of Purple Heart #482DB5

Tints of Purple Heart #482DB5

Color information

#482DB5 (or 0x482DB5) is unknown color: approx Purple Heart. HEX triplet: 48, 2D and B5. RGB value is (72,45,181). Sum of RGB (Red+Green+Blue) = 72+45+181=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 181 (71.09% from 255 or 60.74% from 298); Max value from RGB is 181 - color contains mainly: blue. Hex color #482DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DB5 is #B7D24A. Grayscale: #444444. Windows color (decimal): -12046923 or 11873608. OLE color: 11873608.

HSL color Cylindrical-coordinate representation of color #482DB5: hue angle of 251.91º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482DB5 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7245181-
CMYK0.600.7500.29
HSL251.91º60.18%44.31%-
HSV(B)251.91º75.14%70.98%-
XYZ11.956.5944.36-
YUV68.58191.45130.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 181 (71.09% from 255) = 60.74%
R=24.16%
G=15.10%
B=60.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72451810.600.7500.29251.9160.1844.31
Hex482DB53C4B01Dfc3c2c
Octal11055265741130353747454
Binary100100010110110110101111100100101101110111111100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482db5; }

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

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

<style>
 a { background-color: #482db5; }

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

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

<style>
 span { border-color: #482db5; }

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

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