Html Css Color HEX #4916AC Purple Heart

📋 copy color: '#4916AC'

red 73 ◦ green 22 ◦ blue 172

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

Shades of Purple Heart #4916AC

Tints of Purple Heart #4916AC

RGB

 RED value IS 73 (28.91% from 255) = 27.34%

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

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

R = 27.34%
G = 8.24%
B = 64.42%

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

#4916AC (or 0x4916AC) is known color: Purple Heart. HEX triplet: 49, 16 and AC. RGB value is (73,22,172). Sum of RGB (Red+Green+Blue) = 73+22+172=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #4916AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4916AC is #B6E953. Grayscale: #353535. Windows color (decimal): -11987284 or 11277897. OLE color: 11277897.

HSL color Cylindrical-coordinate representation of color #4916AC: hue angle of 260.4º 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 #4916AC is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 22 172 -
CMYK 0.58 0.87 0 0.33
HSL 260.4º 0.77% 0.38% -
HSV(B) 260.4º 0.87% 0.67% -
XYZ 10.48 4.97 39.44 -
YUV 54.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 73 22 172 0.58 0.87 0 0.33 260.4 0.77 0.38
Hex 49 16 AC 3A 57 0 21 104 4D 26
Octal 111 26 254 72 127 0 41 404 115 46
Binary 1001001 10110 10101100 111010 1010111 0 100001 100000100 1001101 100110

Color Harmonies of #4916AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916AC

Black with #4916AC

Text Example


Text Example

White with #4916AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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