#5b26d1

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

Shades of Purple Heart #5B26D1

Tints of Purple Heart #5B26D1

Color information

#5B26D1 (or 0x5B26D1) is unknown color: approx Purple Heart. HEX triplet: 5B, 26 and D1. RGB value is (91,38,209). Sum of RGB (Red+Green+Blue) = 91+38+209=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #5B26D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B26D1 is #A4D92E. Grayscale: #484848. Windows color (decimal): -10803503 or 13706843. OLE color: 13706843.

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

Color convert

RGB9138209-
CMYK0.560.8200.18
HSL258.6º69.23%48.43%-
HSV(B)258.6º81.82%81.96%-
XYZ16.528.2161.04-
YUV73.34204.56140.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.92%
GREEN value IS 38 (15.23% from 255) = 11.24%
BLUE value IS 209 (82.03% from 255) = 61.83%
R=26.92%
G=11.24%
B=61.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91382090.560.8200.18258.669.2348.43
Hex5B26D138520121034530
Octal133463217012202240310560
Binary10110111001101101000111100010100100100101000000111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b26d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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