#5B41C9

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

Shades of Purple Heart #5B41C9

Tints of Purple Heart #5B41C9

Color information

#5B41C9 (or 0x5B41C9) is unknown color: approx Purple Heart. HEX triplet: 5B, 41 and C9. RGB value is (91,65,201). Sum of RGB (Red+Green+Blue) = 91+65+201=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B41C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B41C9 is #A4BE36. Grayscale: #575757. Windows color (decimal): -10796599 or 13189467. OLE color: 13189467.

HSL color Cylindrical-coordinate representation of color #5B41C9: hue angle of 251.47º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B41C9 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9165201-
CMYK0.550.6800.21
HSL251.47º55.74%52.16%-
HSV(B)251.47º67.66%78.82%-
XYZ16.7510.2256.35-
YUV88.28191.61129.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.49%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 201 (78.91% from 255) = 56.30%
R=25.49%
G=18.21%
B=56.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91652010.550.6800.21251.4755.7452.16
Hex5B41C93744015fb3834
Octal133101311671040253737064
Binary1011011100000111001001110111100010001010111111011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B41C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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