Html Css Color HEX #5912AE Purple Heart

📋 copy color: '#5912AE'

red 89 ◦ green 18 ◦ blue 174

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

Shades of Purple Heart #5912AE

Tints of Purple Heart #5912AE

RGB

 RED value IS 89 (35.16% from 255) = 31.67%

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

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

R = 31.67%
G = 6.41%
B = 61.92%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5912AE (or 0x5912AE) is known color: Purple Heart. HEX triplet: 59, 12 and AE. RGB value is (89,18,174). Sum of RGB (Red+Green+Blue) = 89+18+174=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #5912AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5912AE is #A6ED51. Grayscale: #383838. Windows color (decimal): -10939730 or 11407961. OLE color: 11407961.

HSL color Cylindrical-coordinate representation of color #5912AE: hue angle of 267.31º 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 #5912AE is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 18 174 -
CMYK 0.49 0.90 0 0.32
HSL 267.31º 0.81% 0.38% -
HSV(B) 267.31º 0.9% 0.68% -
XYZ 11.98 5.61 40.5 -
YUV 57.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 89 18 174 0.49 0.90 0 0.32 267.31 0.81 0.38
Hex 59 12 AE 31 5A 0 20 10B 51 26
Octal 131 22 256 61 132 0 40 413 121 46
Binary 1011001 10010 10101110 110001 1011010 0 100000 100001011 1010001 100110

Color Harmonies of #5912AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5912AE

Black with #5912AE

Text Example


Text Example

White with #5912AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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