Html Css Color HEX #4912AE Purple Heart

📋 copy color: '#4912AE'

red 73 ◦ green 18 ◦ blue 174

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

Shades of Purple Heart #4912AE

Tints of Purple Heart #4912AE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 27.55%
G = 6.79%
B = 65.66%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4912AE (or 0x4912AE) is known color: Purple Heart. HEX triplet: 49, 12 and AE. RGB value is (73,18,174). Sum of RGB (Red+Green+Blue) = 73+18+174=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #4912AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4912AE is #B6ED51. Grayscale: #333333. Windows color (decimal): -11988306 or 11407945. OLE color: 11407945.

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

Color convert

RGB 73 18 174 -
CMYK 0.58 0.90 0 0.32
HSL 261.15º 0.81% 0.38% -
HSV(B) 261.15º 0.9% 0.68% -
XYZ 10.6 4.91 40.43 -
YUV 52.23 196.72 142.82 -
System Red Green Blue C M Y K H S L
Decimal 73 18 174 0.58 0.90 0 0.32 261.15 0.81 0.38
Hex 49 12 AE 3A 5A 0 20 105 51 26
Octal 111 22 256 72 132 0 40 405 121 46
Binary 1001001 10010 10101110 111010 1011010 0 100000 100000101 1010001 100110

Color Harmonies of #4912AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912AE

Black with #4912AE

Text Example


Text Example

White with #4912AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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