Html Css Color HEX #5B17AE Purple Heart

📋 copy color: '#5B17AE'

red 91 ◦ green 23 ◦ blue 174

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

Shades of Purple Heart #5B17AE

Tints of Purple Heart #5B17AE

RGB

 RED value IS 91 (35.94% from 255) = 31.6%

 GREEN value IS 23 (9.38% from 255) = 7.99%

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

R = 31.6%
G = 7.99%
B = 60.42%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B17AE (or 0x5B17AE) is known color: Purple Heart. HEX triplet: 5B, 17 and AE. RGB value is (91,23,174). Sum of RGB (Red+Green+Blue) = 91+23+174=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B17AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B17AE is #A4E851. Grayscale: #3C3C3C. Windows color (decimal): -10807378 or 11409243. OLE color: 11409243.

HSL color Cylindrical-coordinate representation of color #5B17AE: hue angle of 267.02º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B17AE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 23 174 -
CMYK 0.48 0.87 0 0.32
HSL 267.02º 0.77% 0.39% -
HSV(B) 267.02º 0.87% 0.68% -
XYZ 12.26 5.89 40.54 -
YUV 60.55 192.03 149.72 -
System Red Green Blue C M Y K H S L
Decimal 91 23 174 0.48 0.87 0 0.32 267.02 0.77 0.39
Hex 5B 17 AE 30 57 0 20 10B 4D 27
Octal 133 27 256 60 127 0 40 413 115 47
Binary 1011011 10111 10101110 110000 1010111 0 100000 100001011 1001101 100111

Color Harmonies of #5B17AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B17AE

Black with #5B17AE

Text Example


Text Example

White with #5B17AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B17AE; }

 p { color: rgb(91,23,174); }

 H1.HeaderClassName
 {
   color: #5B17AE;
 }
 .AnyTagClassName
 {
   color: #5B17AE;
 }
</style>

background-color css

<style>
 a { background-color: #5B17AE; }

 a { background-color: rgb(91,23,174); }

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

border-color css

<style>
 span { border-color: #5B17AE; }

 span { border-color: rgb(91,23,174); }

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