#482AC0

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

Shades of Purple Heart #482AC0

Tints of Purple Heart #482AC0

Color information

#482AC0 (or 0x482AC0) is unknown color: approx Purple Heart. HEX triplet: 48, 2A and C0. RGB value is (72,42,192). Sum of RGB (Red+Green+Blue) = 72+42+192=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #482AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482AC0 is #B7D53F. Grayscale: #434343. Windows color (decimal): -12047680 or 12593736. OLE color: 12593736.

HSL color Cylindrical-coordinate representation of color #482AC0: hue angle of 252º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482AC0 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7242192-
CMYK0.630.7800.25
HSL252º64.1%45.88%-
HSV(B)252º78.12%75.29%-
XYZ13.016.8450.5-
YUV68.07197.94130.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 42 (16.80% from 255) = 13.73%
BLUE value IS 192 (75.39% from 255) = 62.75%
R=23.53%
G=13.73%
B=62.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72421920.630.7800.2525264.145.88
Hex482AC03F4E019fc402e
Octal110523007711603137410056
Binary1001000101010110000001111111001110011001111111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,42,192); }

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

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

 a { background-color: rgb(72,42,192); }

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

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

 span { border-color: rgb(72,42,192); }

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