Html Css Color HEX #4913AE Purple Heart

📋 copy color: '#4913AE'

red 73 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #4913AE

Tints of Purple Heart #4913AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 27.44%
G = 7.14%
B = 65.41%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4913AE (or 0x4913AE) is known color: Purple Heart. HEX triplet: 49, 13 and AE. RGB value is (73,19,174). Sum of RGB (Red+Green+Blue) = 73+19+174=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #4913AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4913AE is #B6EC51. Grayscale: #343434. Windows color (decimal): -11988050 or 11408201. OLE color: 11408201.

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

Color convert

RGB 73 19 174 -
CMYK 0.58 0.89 0 0.32
HSL 260.9º 0.8% 0.38% -
HSV(B) 260.9º 0.89% 0.68% -
XYZ 10.62 4.94 40.44 -
YUV 52.82 196.39 142.4 -
System Red Green Blue C M Y K H S L
Decimal 73 19 174 0.58 0.89 0 0.32 260.9 0.8 0.38
Hex 49 13 AE 3A 59 0 20 105 50 26
Octal 111 23 256 72 131 0 40 405 120 46
Binary 1001001 10011 10101110 111010 1011001 0 100000 100000101 1010000 100110

Color Harmonies of #4913AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4913AE

Black with #4913AE

Text Example


Text Example

White with #4913AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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