#5938AF

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

Shades of Purple Heart #5938AF

Tints of Purple Heart #5938AF

Color information

#5938AF (or 0x5938AF) is unknown color: approx Purple Heart. HEX triplet: 59, 38 and AF. RGB value is (89,56,175). Sum of RGB (Red+Green+Blue) = 89+56+175=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #5938AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5938AF is #A6C750. Grayscale: #4E4E4E. Windows color (decimal): -10930001 or 11483225. OLE color: 11483225.

HSL color Cylindrical-coordinate representation of color #5938AF: hue angle of 256.64º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5938AF is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8956175-
CMYK0.490.6800.31
HSL256.64º51.52%45.29%-
HSV(B)256.64º68%68.63%-
XYZ13.278.0541.41-
YUV79.43181.93134.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=27.81%
G=17.5%
B=54.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89561750.490.6800.31256.6451.5245.29
Hex5938AF314401F101342d
Octal13170257611040374016455
Binary1011001111000101011111100011000100011111100000001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5938AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5938AF; }

 p { color: rgb(89,56,175); }

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

<style>
 a { background-color: #5938AF; }

 a { background-color: rgb(89,56,175); }

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

<style>
 span { border-color: #5938AF; }

 span { border-color: rgb(89,56,175); }

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