Html Css Color HEX #5934AB Purple Heart

📋 copy color: '#5934AB'

red 89 ◦ green 52 ◦ blue 171

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

Shades of Purple Heart #5934AB

Tints of Purple Heart #5934AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 28.53%
G = 16.67%
B = 54.81%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5934AB (or 0x5934AB) is known color: Purple Heart. HEX triplet: 59, 34 and AB. RGB value is (89,52,171). Sum of RGB (Red+Green+Blue) = 89+52+171=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #5934AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5934AB is #A6CB54. Grayscale: #4C4C4C. Windows color (decimal): -10931029 or 11220057. OLE color: 11220057.

HSL color Cylindrical-coordinate representation of color #5934AB: hue angle of 258.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5934AB is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 52 171 -
CMYK 0.48 0.70 0 0.33
HSL 258.66º 0.53% 0.44% -
HSV(B) 258.66º 0.7% 0.67% -
XYZ 12.7 7.52 39.31 -
YUV 76.63 181.26 136.82 -
System Red Green Blue C M Y K H S L
Decimal 89 52 171 0.48 0.70 0 0.33 258.66 0.53 0.44
Hex 59 34 AB 30 46 0 21 103 35 2C
Octal 131 64 253 60 106 0 41 403 65 54
Binary 1011001 110100 10101011 110000 1000110 0 100001 100000011 110101 101100

Color Harmonies of #5934AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5934AB

Black with #5934AB

Text Example


Text Example

White with #5934AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5934AB; }

 p { color: rgb(89,52,171); }

 H1.HeaderClassName
 {
   color: #5934AB;
 }
 .AnyTagClassName
 {
   color: #5934AB;
 }
</style>

background-color css

<style>
 a { background-color: #5934AB; }

 a { background-color: rgb(89,52,171); }

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

border-color css

<style>
 span { border-color: #5934AB; }

 span { border-color: rgb(89,52,171); }

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