Html Css Color HEX #583060 Hot Purple

📋 copy color: '#583060'

red 88 ◦ green 48 ◦ blue 96

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

Shades of Hot Purple #583060

Tints of Hot Purple #583060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 37.93%
G = 20.69%
B = 41.38%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#583060 (or 0x583060) is known color: Hot Purple. HEX triplet: 58, 30 and 60. RGB value is (88,48,96). Sum of RGB (Red+Green+Blue) = 88+48+96=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #583060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583060 is #A7CF9F. Grayscale: #414141. Windows color (decimal): -10997664 or 6303832. OLE color: 6303832.

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

Color convert

RGB 88 48 96 -
CMYK 0.08 0.50 0 0.62
HSL 290º 0.33% 0.28% -
HSV(B) 290º 0.5% 0.38% -
XYZ 7.19 5.03 11.66 -
YUV 65.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 88 48 96 0.08 0.50 0 0.62 290 0.33 0.28
Hex 58 30 60 8 32 0 3E 122 21 1C
Octal 130 60 140 10 62 0 76 442 41 34
Binary 1011000 110000 1100000 1000 110010 0 111110 100100010 100001 11100

Color Harmonies of #583060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583060

Black with #583060

Text Example


Text Example

White with #583060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583060; }

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

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

background-color css

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

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

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

border-color css

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

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

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