#583CAF

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

Shades of Purple Heart #583CAF

Tints of Purple Heart #583CAF

Color information

#583CAF (or 0x583CAF) is unknown color: approx Purple Heart. HEX triplet: 58, 3C and AF. RGB value is (88,60,175). Sum of RGB (Red+Green+Blue) = 88+60+175=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 60 (23.83% from 255 or 18.58% 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 #583CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583CAF is #A7C350. Grayscale: #515151. Windows color (decimal): -10994513 or 11484248. OLE color: 11484248.

HSL color Cylindrical-coordinate representation of color #583CAF: hue angle of 254.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583CAF is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8860175-
CMYK0.500.6600.31
HSL254.61º48.94%46.08%-
HSV(B)254.61º65.71%68.63%-
XYZ13.388.441.47-
YUV81.48180.78132.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=27.24%
G=18.58%
B=54.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88601750.500.6600.31254.6148.9446.08
Hex583CAF324201Fff312e
Octal13074257621020373776156
Binary101100011110010101111110010100001001111111111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583CAF; }

 p { color: rgb(88,60,175); }

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

<style>
 a { background-color: #583CAF; }

 a { background-color: rgb(88,60,175); }

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

<style>
 span { border-color: #583CAF; }

 span { border-color: rgb(88,60,175); }

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