Html Css Color HEX #582962 Hot Purple

📋 copy color: '#582962'

red 88 ◦ green 41 ◦ blue 98

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

Shades of Hot Purple #582962

Tints of Hot Purple #582962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.17%

R = 38.77%
G = 18.06%
B = 43.17%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582962 (or 0x582962) is known color: Hot Purple. HEX triplet: 58, 29 and 62. RGB value is (88,41,98). Sum of RGB (Red+Green+Blue) = 88+41+98=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #582962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582962 is #A7D69D. Grayscale: #3D3D3D. Windows color (decimal): -10999454 or 6433112. OLE color: 6433112.

HSL color Cylindrical-coordinate representation of color #582962: hue angle of 289.47º 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 #582962 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 41 98 -
CMYK 0.10 0.58 0 0.62
HSL 289.47º 0.41% 0.27% -
HSV(B) 289.47º 0.58% 0.38% -
XYZ 7.02 4.54 12.06 -
YUV 61.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 88 41 98 0.10 0.58 0 0.62 289.47 0.41 0.27
Hex 58 29 62 A 3A 0 3E 121 29 1B
Octal 130 51 142 12 72 0 76 441 51 33
Binary 1011000 101001 1100010 1010 111010 0 111110 100100001 101001 11011

Color Harmonies of #582962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582962

Black with #582962

Text Example


Text Example

White with #582962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582962; }

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

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

background-color css

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

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

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

border-color css

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

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

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