Html Css Color HEX #4820D2 Purple Heart

📋 copy color: '#4820D2'

red 72 ◦ green 32 ◦ blue 210

#4820D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4820D2

Tints of Purple Heart #4820D2

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 value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4820D2 (or 0x4820D2) is known color: 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

RGB 72 32 210 -
CMYK 0.66 0.85 0 0.18
HSL 253.48º 0.74% 0.47% -
HSV(B) 253.48º 0.85% 0.82% -
XYZ 14.82 7.06 61.56 -
YUV 64.25 210.25 133.53 -
System Red Green Blue C M Y K H S L
Decimal 72 32 210 0.66 0.85 0 0.18 253.48 0.74 0.47
Hex 48 20 D2 42 55 0 12 FD 4A 2F
Octal 110 40 322 102 125 0 22 375 112 57
Binary 1001000 100000 11010010 1000010 1010101 0 10010 11111101 1001010 101111

Color Harmonies of #4820D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4820D2

Black with #4820D2

Text Example


Text Example

White with #4820D2

Text Example


Text Example

HTML Codes & Css Web 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>