Html Css Color HEX #4821AD Purple Heart

📋 copy color: '#4821AD'

red 72 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #4821AD

Tints of Purple Heart #4821AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.23%

R = 25.9%
G = 11.87%
B = 62.23%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4821AD (or 0x4821AD) is known color: Purple Heart. HEX triplet: 48, 21 and AD. RGB value is (72,33,173). Sum of RGB (Red+Green+Blue) = 72+33+173=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #4821AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4821AD is #B7DE52. Grayscale: #3C3C3C. Windows color (decimal): -12050003 or 11346248. OLE color: 11346248.

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

Color convert

RGB 72 33 173 -
CMYK 0.58 0.81 0 0.32
HSL 256.71º 0.68% 0.4% -
HSV(B) 256.71º 0.81% 0.68% -
XYZ 10.76 5.48 40.03 -
YUV 60.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 72 33 173 0.58 0.81 0 0.32 256.71 0.68 0.4
Hex 48 21 AD 3A 51 0 20 101 44 28
Octal 110 41 255 72 121 0 40 401 104 50
Binary 1001000 100001 10101101 111010 1010001 0 100000 100000001 1000100 101000

Color Harmonies of #4821AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4821AD

Black with #4821AD

Text Example


Text Example

White with #4821AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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