#482DCA

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

Shades of Purple Heart #482DCA

Tints of Purple Heart #482DCA

Color information

#482DCA (or 0x482DCA) is unknown color: approx Purple Heart. HEX triplet: 48, 2D and CA. RGB value is (72,45,202). Sum of RGB (Red+Green+Blue) = 72+45+202=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #482DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DCA is #B7D235. Grayscale: #464646. Windows color (decimal): -12046902 or 13249864. OLE color: 13249864.

HSL color Cylindrical-coordinate representation of color #482DCA: hue angle of 250.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482DCA is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7245202-
CMYK0.640.7800.21
HSL250.32º63.56%48.43%-
HSV(B)250.32º77.72%79.22%-
XYZ14.277.5256.58-
YUV70.97201.95128.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 45 (17.97% from 255) = 14.11%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=22.57%
G=14.11%
B=63.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72452020.640.7800.21250.3263.5648.43
Hex482DCA404E015fa4030
Octal1105531210011602537210060
Binary10010001011011100101010000001001110010101111110101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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