Html Css Color HEX #5926AD Purple Heart

📋 copy color: '#5926AD'

red 89 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #5926AD

Tints of Purple Heart #5926AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

 BLUE value IS 173 (67.97% from 255) = 57.67%

R = 29.67%
G = 12.67%
B = 57.67%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5926AD (or 0x5926AD) is known color: Purple Heart. HEX triplet: 59, 26 and AD. RGB value is (89,38,173). Sum of RGB (Red+Green+Blue) = 89+38+173=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #5926AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5926AD is #A6D952. Grayscale: #444444. Windows color (decimal): -10934611 or 11347545. OLE color: 11347545.

HSL color Cylindrical-coordinate representation of color #5926AD: hue angle of 262.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5926AD is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 38 173 -
CMYK 0.49 0.78 0 0.32
HSL 262.67º 0.64% 0.41% -
HSV(B) 262.67º 0.78% 0.68% -
XYZ 12.36 6.53 40.14 -
YUV 68.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 89 38 173 0.49 0.78 0 0.32 262.67 0.64 0.41
Hex 59 26 AD 31 4E 0 20 107 40 29
Octal 131 46 255 61 116 0 40 407 100 51
Binary 1011001 100110 10101101 110001 1001110 0 100000 100000111 1000000 101001

Color Harmonies of #5926AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5926AD

Black with #5926AD

Text Example


Text Example

White with #5926AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5926AD; }

 p { color: rgb(89,38,173); }

 H1.HeaderClassName
 {
   color: #5926AD;
 }
 .AnyTagClassName
 {
   color: #5926AD;
 }
</style>

background-color css

<style>
 a { background-color: #5926AD; }

 a { background-color: rgb(89,38,173); }

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

border-color css

<style>
 span { border-color: #5926AD; }

 span { border-color: rgb(89,38,173); }

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