Html Css Color HEX #4913AC Purple Heart

📋 copy color: '#4913AC'

red 73 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #4913AC

Tints of Purple Heart #4913AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 27.65%
G = 7.2%
B = 65.15%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4913AC (or 0x4913AC) is known color: Purple Heart. HEX triplet: 49, 13 and AC. RGB value is (73,19,172). Sum of RGB (Red+Green+Blue) = 73+19+172=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #4913AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4913AC is #B6EC53. Grayscale: #343434. Windows color (decimal): -11988052 or 11277129. OLE color: 11277129.

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

Color convert

RGB 73 19 172 -
CMYK 0.58 0.89 0 0.33
HSL 261.18º 0.8% 0.37% -
HSV(B) 261.18º 0.89% 0.67% -
XYZ 10.43 4.86 39.42 -
YUV 52.59 195.39 142.56 -
System Red Green Blue C M Y K H S L
Decimal 73 19 172 0.58 0.89 0 0.33 261.18 0.8 0.37
Hex 49 13 AC 3A 59 0 21 105 50 25
Octal 111 23 254 72 131 0 41 405 120 45
Binary 1001001 10011 10101100 111010 1011001 0 100001 100000101 1010000 100101

Color Harmonies of #4913AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4913AC

Black with #4913AC

Text Example


Text Example

White with #4913AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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