Html Css Color HEX #582561 Hot Purple

📋 copy color: '#582561'

red 88 ◦ green 37 ◦ blue 97

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

Shades of Hot Purple #582561

Tints of Hot Purple #582561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 39.64%
G = 16.67%
B = 43.69%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582561 (or 0x582561) is known color: Hot Purple. HEX triplet: 58, 25 and 61. RGB value is (88,37,97). Sum of RGB (Red+Green+Blue) = 88+37+97=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #582561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582561 is #A7DA9E. Grayscale: #3A3A3A. Windows color (decimal): -11000479 or 6366552. OLE color: 6366552.

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

Color convert

RGB 88 37 97 -
CMYK 0.09 0.62 0 0.62
HSL 291º 0.45% 0.26% -
HSV(B) 291º 0.62% 0.38% -
XYZ 6.84 4.26 11.77 -
YUV 59.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 88 37 97 0.09 0.62 0 0.62 291 0.45 0.26
Hex 58 25 61 9 3E 0 3E 123 2D 1A
Octal 130 45 141 11 76 0 76 443 55 32
Binary 1011000 100101 1100001 1001 111110 0 111110 100100011 101101 11010

Color Harmonies of #582561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582561

Black with #582561

Text Example


Text Example

White with #582561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582561; }

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

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

background-color css

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

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

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

border-color css

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

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

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