Html Css Color HEX #4821AA Purple Heart

📋 copy color: '#4821AA'

red 72 ◦ green 33 ◦ blue 170

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

Shades of Purple Heart #4821AA

Tints of Purple Heart #4821AA

RGB

 RED value IS 72 (28.52% from 255) = 26.18%

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 26.18%
G = 12%
B = 61.82%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4821AA (or 0x4821AA) is known color: Purple Heart. HEX triplet: 48, 21 and AA. RGB value is (72,33,170). Sum of RGB (Red+Green+Blue) = 72+33+170=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #4821AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4821AA is #B7DE55. Grayscale: #3B3B3B. Windows color (decimal): -12050006 or 11149640. OLE color: 11149640.

HSL color Cylindrical-coordinate representation of color #4821AA: hue angle of 257.08º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4821AA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 33 170 -
CMYK 0.58 0.81 0 0.33
HSL 257.08º 0.67% 0.4% -
HSV(B) 257.08º 0.81% 0.67% -
XYZ 10.47 5.37 38.51 -
YUV 60.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 72 33 170 0.58 0.81 0 0.33 257.08 0.67 0.4
Hex 48 21 AA 3A 51 0 21 101 43 28
Octal 110 41 252 72 121 0 41 401 103 50
Binary 1001000 100001 10101010 111010 1010001 0 100001 100000001 1000011 101000

Color Harmonies of #4821AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4821AA

Black with #4821AA

Text Example


Text Example

White with #4821AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4821AA; }

 p { color: rgb(72,33,170); }

 H1.HeaderClassName
 {
   color: #4821AA;
 }
 .AnyTagClassName
 {
   color: #4821AA;
 }
</style>

background-color css

<style>
 a { background-color: #4821AA; }

 a { background-color: rgb(72,33,170); }

 div.DivClassName
 {
   background-color: #4821AA;
 }
 .BgClassName
 {
   background-color: #4821AA;
 }
</style>

border-color css

<style>
 span { border-color: #4821AA; }

 span { border-color: rgb(72,33,170); }

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