#4820d2

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

Shades of Purple Heart #4820D2

Tints of Purple Heart #4820D2

Color information

#4820D2 (or 0x4820D2) is unknown color: approx Purple Heart. HEX triplet: 48, 20 and D2. RGB value is (72,32,210). Sum of RGB (Red+Green+Blue) = 72+32+210=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 210 (82.42% from 255 or 66.88% from 314); Max value from RGB is 210 - color contains mainly: blue. Hex color #4820D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820D2 is #B7DF2D. Grayscale: #3F3F3F. Windows color (decimal): -12050222 or 13770824. OLE color: 13770824.

HSL color Cylindrical-coordinate representation of color #4820D2: hue angle of 253.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4820D2 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7232210-
CMYK0.660.8500.18
HSL253.48º73.55%47.45%-
HSV(B)253.48º84.76%82.35%-
XYZ14.827.0661.56-
YUV64.25210.25133.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 32 (12.89% from 255) = 10.19%
BLUE value IS 210 (82.42% from 255) = 66.88%
R=22.93%
G=10.19%
B=66.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72322100.660.8500.18253.4873.5547.45
Hex4820D24255012fd4a2f
Octal1104032210212502237511257
Binary10010001000001101001010000101010101010010111111011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4820d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4820d2; }

 p { color: rgb(72,32,210); }

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

<style>
 a { background-color: #4820d2; }

 a { background-color: rgb(72,32,210); }

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

<style>
 span { border-color: #4820d2; }

 span { border-color: rgb(72,32,210); }

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