Html Css Color HEX #4816AD Purple Heart

📋 copy color: '#4816AD'

red 72 ◦ green 22 ◦ blue 173

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

Shades of Purple Heart #4816AD

Tints of Purple Heart #4816AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

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

R = 26.97%
G = 8.24%
B = 64.79%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4816AD (or 0x4816AD) is known color: Purple Heart. HEX triplet: 48, 16 and AD. RGB value is (72,22,173). Sum of RGB (Red+Green+Blue) = 72+22+173=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #4816AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4816AD is #B7E952. Grayscale: #353535. Windows color (decimal): -12052819 or 11343432. OLE color: 11343432.

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

Color convert

RGB 72 22 173 -
CMYK 0.58 0.87 0 0.32
HSL 259.87º 0.77% 0.38% -
HSV(B) 259.87º 0.87% 0.68% -
XYZ 10.5 4.97 39.94 -
YUV 54.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 72 22 173 0.58 0.87 0 0.32 259.87 0.77 0.38
Hex 48 16 AD 3A 57 0 20 104 4D 26
Octal 110 26 255 72 127 0 40 404 115 46
Binary 1001000 10110 10101101 111010 1010111 0 100000 100000100 1001101 100110

Color Harmonies of #4816AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816AD

Black with #4816AD

Text Example


Text Example

White with #4816AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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