Html Css Color HEX #4819AA Purple Heart

📋 copy color: '#4819AA'

red 72 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #4819AA

Tints of Purple Heart #4819AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

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

R = 26.97%
G = 9.36%
B = 63.67%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4819AA (or 0x4819AA) is known color: Purple Heart. HEX triplet: 48, 19 and AA. RGB value is (72,25,170). Sum of RGB (Red+Green+Blue) = 72+25+170=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #4819AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4819AA is #B7E655. Grayscale: #373737. Windows color (decimal): -12052054 or 11147592. OLE color: 11147592.

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

Color convert

RGB 72 25 170 -
CMYK 0.58 0.85 0 0.33
HSL 259.45º 0.74% 0.38% -
HSV(B) 259.45º 0.85% 0.67% -
XYZ 10.28 4.98 38.45 -
YUV 55.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 72 25 170 0.58 0.85 0 0.33 259.45 0.74 0.38
Hex 48 19 AA 3A 55 0 21 103 4A 26
Octal 110 31 252 72 125 0 41 403 112 46
Binary 1001000 11001 10101010 111010 1010101 0 100001 100000011 1001010 100110

Color Harmonies of #4819AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4819AA

Black with #4819AA

Text Example


Text Example

White with #4819AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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