#5B3EC1

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

Shades of Purple Heart #5B3EC1

Tints of Purple Heart #5B3EC1

Color information

#5B3EC1 (or 0x5B3EC1) is unknown color: approx Purple Heart. HEX triplet: 5B, 3E and C1. RGB value is (91,62,193). Sum of RGB (Red+Green+Blue) = 91+62+193=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B3EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3EC1 is #A4C13E. Grayscale: #555555. Windows color (decimal): -10797375 or 12664411. OLE color: 12664411.

HSL color Cylindrical-coordinate representation of color #5B3EC1: hue angle of 253.28º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B3EC1 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9162193-
CMYK0.530.6800.24
HSL253.28º51.37%50%-
HSV(B)253.28º67.88%75.69%-
XYZ15.669.5251.46-
YUV85.6188.61131.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 193 (75.78% from 255) = 55.78%
R=26.30%
G=17.92%
B=55.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91621930.530.6800.24253.2851.3750
Hex5B3EC13544018fd3332
Octal13376301651040303756362
Binary101101111111011000001110101100010001100011111101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,62,193); }

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

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

 a { background-color: rgb(91,62,193); }

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

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

 span { border-color: rgb(91,62,193); }

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