#5B26BF

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

Shades of Purple Heart #5B26BF

Tints of Purple Heart #5B26BF

Color information

#5B26BF (or 0x5B26BF) is unknown color: approx Purple Heart. HEX triplet: 5B, 26 and BF. RGB value is (91,38,191). Sum of RGB (Red+Green+Blue) = 91+38+191=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B26BF is #A4D940. Grayscale: #464646. Windows color (decimal): -10803521 or 12527195. OLE color: 12527195.

HSL color Cylindrical-coordinate representation of color #5B26BF: hue angle of 260.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B26BF is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9138191-
CMYK0.520.8000.25
HSL260.78º66.81%44.9%-
HSV(B)260.78º80.1%74.9%-
XYZ14.417.3749.95-
YUV71.29195.56142.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.44%
GREEN value IS 38 (15.23% from 255) = 11.88%
BLUE value IS 191 (75% from 255) = 59.69%
R=28.44%
G=11.88%
B=59.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91381910.520.8000.25260.7866.8144.9
Hex5B26BF3450019105432d
Octal133462776412003140510355
Binary10110111001101011111111010010100000110011000001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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