Html Css Color HEX #4816AC Purple Heart

📋 copy color: '#4816AC'

red 72 ◦ green 22 ◦ blue 172

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

Shades of Purple Heart #4816AC

Tints of Purple Heart #4816AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 27.07%
G = 8.27%
B = 64.66%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4816AC (or 0x4816AC) is known color: Purple Heart. HEX triplet: 48, 16 and AC. RGB value is (72,22,172). Sum of RGB (Red+Green+Blue) = 72+22+172=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #4816AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4816AC is #B7E953. Grayscale: #353535. Windows color (decimal): -12052820 or 11277896. OLE color: 11277896.

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

Color convert

RGB 72 22 172 -
CMYK 0.58 0.87 0 0.33
HSL 260º 0.77% 0.38% -
HSV(B) 260º 0.87% 0.67% -
XYZ 10.41 4.93 39.43 -
YUV 54.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 72 22 172 0.58 0.87 0 0.33 260 0.77 0.38
Hex 48 16 AC 3A 57 0 21 104 4D 26
Octal 110 26 254 72 127 0 41 404 115 46
Binary 1001000 10110 10101100 111010 1010111 0 100001 100000100 1001101 100110

Color Harmonies of #4816AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816AC

Black with #4816AC

Text Example


Text Example

White with #4816AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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