Html Css Color HEX #582063 Hot Purple

📋 copy color: '#582063'

red 88 ◦ green 32 ◦ blue 99

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

Shades of Hot Purple #582063

Tints of Hot Purple #582063

RGB

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

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

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

R = 40.18%
G = 14.61%
B = 45.21%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#582063 (or 0x582063) is known color: Hot Purple. HEX triplet: 58, 20 and 63. RGB value is (88,32,99). Sum of RGB (Red+Green+Blue) = 88+32+99=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #582063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582063 is #A7DF9C. Grayscale: #383838. Windows color (decimal): -11001757 or 6496344. OLE color: 6496344.

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

Color convert

RGB 88 32 99 -
CMYK 0.11 0.68 0 0.61
HSL 290.15º 0.51% 0.26% -
HSV(B) 290.15º 0.68% 0.39% -
XYZ 6.79 4.01 12.22 -
YUV 56.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 88 32 99 0.11 0.68 0 0.61 290.15 0.51 0.26
Hex 58 20 63 B 44 0 3D 122 33 1A
Octal 130 40 143 13 104 0 75 442 63 32
Binary 1011000 100000 1100011 1011 1000100 0 111101 100100010 110011 11010

Color Harmonies of #582063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582063

Black with #582063

Text Example


Text Example

White with #582063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582063; }

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

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

background-color css

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

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

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

border-color css

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

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

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