#5B17C6

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

Shades of Purple Heart #5B17C6

Tints of Purple Heart #5B17C6

Color information

#5B17C6 (or 0x5B17C6) is unknown color: approx Purple Heart. HEX triplet: 5B, 17 and C6. RGB value is (91,23,198). Sum of RGB (Red+Green+Blue) = 91+23+198=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #5B17C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B17C6 is #A4E839. Grayscale: #3E3E3E. Windows color (decimal): -10807354 or 12982107. OLE color: 12982107.

HSL color Cylindrical-coordinate representation of color #5B17C6: hue angle of 263.31º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B17C6 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9123198-
CMYK0.540.8800.22
HSL263.31º79.19%43.33%-
HSV(B)263.31º88.38%77.65%-
XYZ14.816.9153.98-
YUV63.28204.03147.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 23 (9.38% from 255) = 7.37%
BLUE value IS 198 (77.73% from 255) = 63.46%
R=29.17%
G=7.37%
B=63.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal91231980.540.8800.22263.3179.1943.33
Hex5B17C636580161074f2b
Octal133273066613002640711753
Binary1011011101111100011011011010110000101101000001111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B17C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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