#5B17A7

Color #5B17A7 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5B17A7

Tints of Purple Heart #5B17A7

Color information

#5B17A7 (or 0x5B17A7) is unknown color: approx Purple Heart. HEX triplet: 5B, 17 and A7. RGB value is (91,23,167). Sum of RGB (Red+Green+Blue) = 91+23+167=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 167 (65.62% from 255 or 59.43% from 281); Max value from RGB is 167 - color contains mainly: blue. Hex color #5B17A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B17A7 is #A4E858. Grayscale: #3B3B3B. Windows color (decimal): -10807385 or 10950491. OLE color: 10950491.

HSL color Cylindrical-coordinate representation of color #5B17A7: hue angle of 268.33º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B17A7 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9123167-
CMYK0.460.8600.35
HSL268.33º75.79%37.25%-
HSV(B)268.33º86.23%65.49%-
XYZ11.65.6337.03-
YUV59.75188.53150.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 23 (9.38% from 255) = 8.19%
BLUE value IS 167 (65.62% from 255) = 59.43%
R=32.38%
G=8.19%
B=59.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91231670.460.8600.35268.3375.7937.25
Hex5B17A72E5602310c4c25
Octal133272475612604341411445
Binary10110111011110100111101110101011001000111000011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B17A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B17A7;
 }
 .AnyTagClassName
 {
   color: #5B17A7;
 }
</style>
background-color css

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

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

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

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

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

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