Html Css Color HEX #582061 Hot Purple

📋 copy color: '#582061'

red 88 ◦ green 32 ◦ blue 97

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

Shades of Hot Purple #582061

Tints of Hot Purple #582061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 40.55%
G = 14.75%
B = 44.7%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582061 (or 0x582061) is known color: Hot Purple. HEX triplet: 58, 20 and 61. RGB value is (88,32,97). Sum of RGB (Red+Green+Blue) = 88+32+97=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #582061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582061 is #A7DF9E. Grayscale: #373737. Windows color (decimal): -11001759 or 6365272. OLE color: 6365272.

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

Color convert

RGB 88 32 97 -
CMYK 0.09 0.67 0 0.62
HSL 291.69º 0.5% 0.25% -
HSV(B) 291.69º 0.67% 0.38% -
XYZ 6.7 3.97 11.72 -
YUV 56.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 88 32 97 0.09 0.67 0 0.62 291.69 0.5 0.25
Hex 58 20 61 9 43 0 3E 124 32 19
Octal 130 40 141 11 103 0 76 444 62 31
Binary 1011000 100000 1100001 1001 1000011 0 111110 100100100 110010 11001

Color Harmonies of #582061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582061

Black with #582061

Text Example


Text Example

White with #582061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582061; }

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

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

background-color css

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

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

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

border-color css

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

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

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