Html Css Color HEX #5914AC Purple Heart

📋 copy color: '#5914AC'

red 89 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #5914AC

Tints of Purple Heart #5914AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

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

R = 31.67%
G = 7.12%
B = 61.21%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5914AC (or 0x5914AC) is known color: Purple Heart. HEX triplet: 59, 14 and AC. RGB value is (89,20,172). Sum of RGB (Red+Green+Blue) = 89+20+172=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #5914AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5914AC is #A6EB53. Grayscale: #393939. Windows color (decimal): -10939220 or 11277401. OLE color: 11277401.

HSL color Cylindrical-coordinate representation of color #5914AC: hue angle of 267.24º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5914AC is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 20 172 -
CMYK 0.48 0.88 0 0.33
HSL 267.24º 0.79% 0.38% -
HSV(B) 267.24º 0.88% 0.67% -
XYZ 11.82 5.6 39.49 -
YUV 57.96 192.36 150.14 -
System Red Green Blue C M Y K H S L
Decimal 89 20 172 0.48 0.88 0 0.33 267.24 0.79 0.38
Hex 59 14 AC 30 58 0 21 10B 4F 26
Octal 131 24 254 60 130 0 41 413 117 46
Binary 1011001 10100 10101100 110000 1011000 0 100001 100001011 1001111 100110

Color Harmonies of #5914AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5914AC

Black with #5914AC

Text Example


Text Example

White with #5914AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,20,172); }

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

background-color css

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

 a { background-color: rgb(89,20,172); }

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

border-color css

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

 span { border-color: rgb(89,20,172); }

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