#5B39C9

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

Shades of Purple Heart #5B39C9

Tints of Purple Heart #5B39C9

Color information

#5B39C9 (or 0x5B39C9) is unknown color: approx Purple Heart. HEX triplet: 5B, 39 and C9. RGB value is (91,57,201). Sum of RGB (Red+Green+Blue) = 91+57+201=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B39C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B39C9 is #A4C636. Grayscale: #535353. Windows color (decimal): -10798647 or 13187419. OLE color: 13187419.

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

Color convert

RGB9157201-
CMYK0.550.7200.21
HSL254.17º57.14%50.59%-
HSV(B)254.17º71.64%78.82%-
XYZ16.329.3756.21-
YUV83.58194.26133.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.07%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 201 (78.91% from 255) = 57.59%
R=26.07%
G=16.33%
B=57.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91572010.550.7200.21254.1757.1450.59
Hex5B39C93748015fe3933
Octal13371311671100253767163
Binary101101111100111001001110111100100001010111111110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B39C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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