#5b23b6

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

Shades of Purple Heart #5B23B6

Tints of Purple Heart #5B23B6

Color information

#5B23B6 (or 0x5B23B6) is unknown color: approx Purple Heart. HEX triplet: 5B, 23 and B6. RGB value is (91,35,182). Sum of RGB (Red+Green+Blue) = 91+35+182=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #5B23B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B23B6 is #A4DC49. Grayscale: #434343. Windows color (decimal): -10804298 or 11936603. OLE color: 11936603.

HSL color Cylindrical-coordinate representation of color #5B23B6: hue angle of 262.86º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B23B6 is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9135182-
CMYK0.50.8100.29
HSL262.86º67.74%42.55%-
HSV(B)262.86º80.77%71.37%-
XYZ13.366.844.87-
YUV68.5192.05144.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.55%
GREEN value IS 35 (14.06% from 255) = 11.36%
BLUE value IS 182 (71.48% from 255) = 59.09%
R=29.55%
G=11.36%
B=59.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91351820.50.8100.29262.8667.7442.55
Hex5B23B6325101D107442b
Octal133432666212103540710453
Binary10110111000111011011011001010100010111011000001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b23b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,35,182); }

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

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

 a { background-color: rgb(91,35,182); }

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

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

 span { border-color: rgb(91,35,182); }

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