Html Css Color HEX #582961 Hot Purple

📋 copy color: '#582961'

red 88 ◦ green 41 ◦ blue 97

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

Shades of Hot Purple #582961

Tints of Hot Purple #582961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 38.94%
G = 18.14%
B = 42.92%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582961 (or 0x582961) is known color: Hot Purple. HEX triplet: 58, 29 and 61. RGB value is (88,41,97). Sum of RGB (Red+Green+Blue) = 88+41+97=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #582961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582961 is #A7D69E. Grayscale: #3D3D3D. Windows color (decimal): -10999455 or 6367576. OLE color: 6367576.

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

Color convert

RGB 88 41 97 -
CMYK 0.09 0.58 0 0.62
HSL 290.36º 0.41% 0.27% -
HSV(B) 290.36º 0.58% 0.38% -
XYZ 6.98 4.52 11.81 -
YUV 61.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 88 41 97 0.09 0.58 0 0.62 290.36 0.41 0.27
Hex 58 29 61 9 3A 0 3E 122 29 1B
Octal 130 51 141 11 72 0 76 442 51 33
Binary 1011000 101001 1100001 1001 111010 0 111110 100100010 101001 11011

Color Harmonies of #582961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582961

Black with #582961

Text Example


Text Example

White with #582961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582961; }

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

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

background-color css

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

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

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

border-color css

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

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

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