Html Css Color HEX #582963 Hot Purple

📋 copy color: '#582963'

red 88 ◦ green 41 ◦ blue 99

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

Shades of Hot Purple #582963

Tints of Hot Purple #582963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.42%

R = 38.6%
G = 17.98%
B = 43.42%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#582963 (or 0x582963) is known color: Hot Purple. HEX triplet: 58, 29 and 63. RGB value is (88,41,99). Sum of RGB (Red+Green+Blue) = 88+41+99=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #582963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582963 is #A7D69C. Grayscale: #3D3D3D. Windows color (decimal): -10999453 or 6498648. OLE color: 6498648.

HSL color Cylindrical-coordinate representation of color #582963: hue angle of 288.62º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582963 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 41 99 -
CMYK 0.11 0.59 0 0.61
HSL 288.62º 0.41% 0.27% -
HSV(B) 288.62º 0.59% 0.39% -
XYZ 7.07 4.56 12.31 -
YUV 61.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 88 41 99 0.11 0.59 0 0.61 288.62 0.41 0.27
Hex 58 29 63 B 3B 0 3D 121 29 1B
Octal 130 51 143 13 73 0 75 441 51 33
Binary 1011000 101001 1100011 1011 111011 0 111101 100100001 101001 11011

Color Harmonies of #582963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582963

Black with #582963

Text Example


Text Example

White with #582963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582963; }

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

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

background-color css

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

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

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

border-color css

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

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

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