#5B39AF

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

Shades of Purple Heart #5B39AF

Tints of Purple Heart #5B39AF

Color information

#5B39AF (or 0x5B39AF) is unknown color: approx Purple Heart. HEX triplet: 5B, 39 and AF. RGB value is (91,57,175). Sum of RGB (Red+Green+Blue) = 91+57+175=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B39AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B39AF is #A4C650. Grayscale: #505050. Windows color (decimal): -10798673 or 11483483. OLE color: 11483483.

HSL color Cylindrical-coordinate representation of color #5B39AF: hue angle of 257.29º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B39AF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9157175-
CMYK0.480.6700.31
HSL257.29º50.86%45.49%-
HSV(B)257.29º67.43%68.63%-
XYZ13.528.2541.44-
YUV80.62181.26135.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.17%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=28.17%
G=17.65%
B=54.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91571750.480.6700.31257.2950.8645.49
Hex5B39AF304301F101332d
Octal13371257601030374016355
Binary1011011111001101011111100001000011011111100000001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B39AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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