#5B0AD0

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

Shades of Purple Heart #5B0AD0

Tints of Purple Heart #5B0AD0

Color information

#5B0AD0 (or 0x5B0AD0) is unknown color: approx Purple Heart. HEX triplet: 5B, 0A and D0. RGB value is (91,10,208). Sum of RGB (Red+Green+Blue) = 91+10+208=309 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.45% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B0AD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0AD0 is #A4F52F. Grayscale: #383838. Windows color (decimal): -10810672 or 13634139. OLE color: 13634139.

HSL color Cylindrical-coordinate representation of color #5B0AD0: hue angle of 264.55º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0AD0 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9110208-
CMYK0.560.9500.18
HSL264.55º90.83%42.75%-
HSV(B)264.55º95.19%81.57%-
XYZ15.81760.19-
YUV56.79213.34152.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.45%
GREEN value IS 10 (4.30% from 255) = 3.24%
BLUE value IS 208 (81.64% from 255) = 67.31%
R=29.45%
G=3.24%
B=67.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91102080.560.9500.18264.5590.8342.75
Hex5BAD0385F0121095b2b
Octal133123207013702241113353
Binary101101110101101000011100010111110100101000010011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,10,208); }

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

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

 a { background-color: rgb(91,10,208); }

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

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

 span { border-color: rgb(91,10,208); }

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