#5B41C2

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

Shades of Purple Heart #5B41C2

Tints of Purple Heart #5B41C2

Color information

#5B41C2 (or 0x5B41C2) is unknown color: approx Purple Heart. HEX triplet: 5B, 41 and C2. RGB value is (91,65,194). Sum of RGB (Red+Green+Blue) = 91+65+194=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 194 (76.17% from 255 or 55.43% from 350); Max value from RGB is 194 - color contains mainly: blue. Hex color #5B41C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B41C2 is #A4BE3D. Grayscale: #565656. Windows color (decimal): -10796606 or 12730715. OLE color: 12730715.

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

Color convert

RGB9165194-
CMYK0.530.6600.24
HSL252.09º51.39%50.78%-
HSV(B)252.09º66.49%76.08%-
XYZ15.949.952.11-
YUV87.48188.11130.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 194 (76.17% from 255) = 55.43%
R=26%
G=18.57%
B=55.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91651940.530.6600.24252.0951.3950.78
Hex5B41C23542018fc3333
Octal133101302651020303746363
Binary1011011100000111000010110101100001001100011111100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B41C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,65,194); }

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

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

 a { background-color: rgb(91,65,194); }

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

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

 span { border-color: rgb(91,65,194); }

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