Html Css Color HEX #4818AA Purple Heart

📋 copy color: '#4818AA'

red 72 ◦ green 24 ◦ blue 170

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

Shades of Purple Heart #4818AA

Tints of Purple Heart #4818AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 27.07%
G = 9.02%
B = 63.91%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4818AA (or 0x4818AA) is known color: Purple Heart. HEX triplet: 48, 18 and AA. RGB value is (72,24,170). Sum of RGB (Red+Green+Blue) = 72+24+170=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #4818AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4818AA is #B7E755. Grayscale: #363636. Windows color (decimal): -12052310 or 11147336. OLE color: 11147336.

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

Color convert

RGB 72 24 170 -
CMYK 0.58 0.86 0 0.33
HSL 259.73º 0.75% 0.38% -
HSV(B) 259.73º 0.86% 0.67% -
XYZ 10.25 4.93 38.44 -
YUV 55 192.9 140.13 -
System Red Green Blue C M Y K H S L
Decimal 72 24 170 0.58 0.86 0 0.33 259.73 0.75 0.38
Hex 48 18 AA 3A 56 0 21 104 4B 26
Octal 110 30 252 72 126 0 41 404 113 46
Binary 1001000 11000 10101010 111010 1010110 0 100001 100000100 1001011 100110

Color Harmonies of #4818AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4818AA

Black with #4818AA

Text Example


Text Example

White with #4818AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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