#5B04B9

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

Shades of Purple Heart #5B04B9

Tints of Purple Heart #5B04B9

Color information

#5B04B9 (or 0x5B04B9) is unknown color: approx Purple Heart. HEX triplet: 5B, 04 and B9. RGB value is (91,4,185). Sum of RGB (Red+Green+Blue) = 91+4+185=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #5B04B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B04B9 is #A4FB46. Grayscale: #323232. Windows color (decimal): -10812231 or 12125275. OLE color: 12125275.

HSL color Cylindrical-coordinate representation of color #5B04B9: hue angle of 268.84º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B04B9 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB914185-
CMYK0.510.9800.27
HSL268.84º95.77%37.06%-
HSV(B)268.84º97.84%72.55%-
XYZ13.115.8146.33-
YUV50.65203.82156.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 185 (72.66% from 255) = 66.07%
R=32.5%
G=1.43%
B=66.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9141850.510.9800.27268.8495.7737.06
Hex5B4B9336201B10d6025
Octal13342716314203341514045
Binary10110111001011100111001111000100110111000011011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B04B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,4,185); }

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

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

 a { background-color: rgb(91,4,185); }

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

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

 span { border-color: rgb(91,4,185); }

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