#5b26ba

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

Shades of Purple Heart #5B26BA

Tints of Purple Heart #5B26BA

Color information

#5B26BA (or 0x5B26BA) is unknown color: approx Purple Heart. HEX triplet: 5B, 26 and BA. RGB value is (91,38,186). Sum of RGB (Red+Green+Blue) = 91+38+186=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B26BA is #A4D945. Grayscale: #464646. Windows color (decimal): -10803526 or 12199515. OLE color: 12199515.

HSL color Cylindrical-coordinate representation of color #5B26BA: hue angle of 261.49º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B26BA is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9138186-
CMYK0.510.8000.27
HSL261.49º66.07%43.92%-
HSV(B)261.49º79.57%72.94%-
XYZ13.877.1647.1-
YUV70.72193.06142.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.89%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=28.89%
G=12.06%
B=59.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91381860.510.8000.27261.4966.0743.92
Hex5B26BA335001B105422c
Octal133462726312003340510254
Binary10110111001101011101011001110100000110111000001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b26ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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