Html Css Color HEX #583061 Hot Purple

📋 copy color: '#583061'

red 88 ◦ green 48 ◦ blue 97

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

Shades of Hot Purple #583061

Tints of Hot Purple #583061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 37.77%
G = 20.6%
B = 41.63%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#583061 (or 0x583061) is known color: Hot Purple. HEX triplet: 58, 30 and 61. RGB value is (88,48,97). Sum of RGB (Red+Green+Blue) = 88+48+97=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #583061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583061 is #A7CF9E. Grayscale: #414141. Windows color (decimal): -10997663 or 6369368. OLE color: 6369368.

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

Color convert

RGB 88 48 97 -
CMYK 0.09 0.51 0 0.62
HSL 288.98º 0.34% 0.28% -
HSV(B) 288.98º 0.51% 0.38% -
XYZ 7.24 5.05 11.9 -
YUV 65.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 88 48 97 0.09 0.51 0 0.62 288.98 0.34 0.28
Hex 58 30 61 9 33 0 3E 121 22 1C
Octal 130 60 141 11 63 0 76 441 42 34
Binary 1011000 110000 1100001 1001 110011 0 111110 100100001 100010 11100

Color Harmonies of #583061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583061

Black with #583061

Text Example


Text Example

White with #583061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583061; }

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

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

background-color css

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

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

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

border-color css

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

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

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