#5b2fb6

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

Shades of Purple Heart #5B2FB6

Tints of Purple Heart #5B2FB6

Color information

#5B2FB6 (or 0x5B2FB6) is unknown color: approx Purple Heart. HEX triplet: 5B, 2F and B6. RGB value is (91,47,182). Sum of RGB (Red+Green+Blue) = 91+47+182=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #5B2FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2FB6 is #A4D049. Grayscale: #4B4B4B. Windows color (decimal): -10801226 or 11939675. OLE color: 11939675.

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

Color convert

RGB9147182-
CMYK0.50.7400.29
HSL259.56º58.95%44.9%-
HSV(B)259.56º74.18%71.37%-
XYZ13.777.6345-
YUV75.55188.08139.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.44%
GREEN value IS 47 (18.75% from 255) = 14.69%
BLUE value IS 182 (71.48% from 255) = 56.88%
R=28.44%
G=14.69%
B=56.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91471820.50.7400.29259.5658.9544.9
Hex5B2FB6324A01D1043b2d
Octal13357266621120354047355
Binary1011011101111101101101100101001010011101100000100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b2fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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