Html Css Color HEX #583160 Hot Purple

📋 copy color: '#583160'

red 88 ◦ green 49 ◦ blue 96

#583160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #583160

Tints of Hot Purple #583160

RGB

 RED value IS 88 (34.77% from 255) = 37.77%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 37.77%
G = 21.03%
B = 41.2%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#583160 (or 0x583160) is known color: Hot Purple. HEX triplet: 58, 31 and 60. RGB value is (88,49,96). Sum of RGB (Red+Green+Blue) = 88+49+96=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #583160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583160 is #A7CE9F. Grayscale: #414141. Windows color (decimal): -10997408 or 6304088. OLE color: 6304088.

HSL color Cylindrical-coordinate representation of color #583160: hue angle of 289.79º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #583160 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 49 96 -
CMYK 0.08 0.49 0 0.62
HSL 289.79º 0.32% 0.28% -
HSV(B) 289.79º 0.49% 0.38% -
XYZ 7.23 5.12 11.67 -
YUV 66.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 88 49 96 0.08 0.49 0 0.62 289.79 0.32 0.28
Hex 58 31 60 8 31 0 3E 122 20 1C
Octal 130 61 140 10 61 0 76 442 40 34
Binary 1011000 110001 1100000 1000 110001 0 111110 100100010 100000 11100

Color Harmonies of #583160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583160

Black with #583160

Text Example


Text Example

White with #583160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583160; }

 p { color: rgb(88,49,96); }

 H1.HeaderClassName
 {
   color: #583160;
 }
 .AnyTagClassName
 {
   color: #583160;
 }
</style>

background-color css

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

 a { background-color: rgb(88,49,96); }

 div.DivClassName
 {
   background-color: #583160;
 }
 .BgClassName
 {
   background-color: #583160;
 }
</style>

border-color css

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

 span { border-color: rgb(88,49,96); }

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