Html Css Color HEX #4822AB Purple Heart

📋 copy color: '#4822AB'

red 72 ◦ green 34 ◦ blue 171

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

Shades of Purple Heart #4822AB

Tints of Purple Heart #4822AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.27%

 BLUE value IS 171 (67.19% from 255) = 61.73%

R = 25.99%
G = 12.27%
B = 61.73%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4822AB (or 0x4822AB) is known color: Purple Heart. HEX triplet: 48, 22 and AB. RGB value is (72,34,171). Sum of RGB (Red+Green+Blue) = 72+34+171=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #4822AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4822AB is #B7DD54. Grayscale: #3C3C3C. Windows color (decimal): -12049749 or 11215432. OLE color: 11215432.

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

Color convert

RGB 72 34 171 -
CMYK 0.58 0.80 0 0.33
HSL 256.64º 0.67% 0.4% -
HSV(B) 256.64º 0.8% 0.67% -
XYZ 10.6 5.46 39.02 -
YUV 60.98 190.09 135.86 -
System Red Green Blue C M Y K H S L
Decimal 72 34 171 0.58 0.80 0 0.33 256.64 0.67 0.4
Hex 48 22 AB 3A 50 0 21 101 43 28
Octal 110 42 253 72 120 0 41 401 103 50
Binary 1001000 100010 10101011 111010 1010000 0 100001 100000001 1000011 101000

Color Harmonies of #4822AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4822AB

Black with #4822AB

Text Example


Text Example

White with #4822AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4822AB; }

 p { color: rgb(72,34,171); }

 H1.HeaderClassName
 {
   color: #4822AB;
 }
 .AnyTagClassName
 {
   color: #4822AB;
 }
</style>

background-color css

<style>
 a { background-color: #4822AB; }

 a { background-color: rgb(72,34,171); }

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

border-color css

<style>
 span { border-color: #4822AB; }

 span { border-color: rgb(72,34,171); }

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