#5B3ABA

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

Shades of Purple Heart #5B3ABA

Tints of Purple Heart #5B3ABA

Color information

#5B3ABA (or 0x5B3ABA) is unknown color: approx Purple Heart. HEX triplet: 5B, 3A and BA. RGB value is (91,58,186). Sum of RGB (Red+Green+Blue) = 91+58+186=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B3ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ABA is #A4C545. Grayscale: #515151. Windows color (decimal): -10798406 or 12204635. OLE color: 12204635.

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

Color convert

RGB9158186-
CMYK0.510.6900.27
HSL255.47º52.46%47.84%-
HSV(B)255.47º68.82%72.94%-
XYZ14.698.847.38-
YUV82.46186.43134.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=27.16%
G=17.31%
B=55.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91581860.510.6900.27255.4752.4647.84
Hex5B3ABA334501Bff3430
Octal13372272631050333776460
Binary101101111101010111010110011100010101101111111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,58,186); }

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

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

 a { background-color: rgb(91,58,186); }

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

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

 span { border-color: rgb(91,58,186); }

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