Html Css Color HEX #582062 Hot Purple

📋 copy color: '#582062'

red 88 ◦ green 32 ◦ blue 98

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

Shades of Hot Purple #582062

Tints of Hot Purple #582062

RGB

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

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

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

R = 40.37%
G = 14.68%
B = 44.95%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582062 (or 0x582062) is known color: Hot Purple. HEX triplet: 58, 20 and 62. RGB value is (88,32,98). Sum of RGB (Red+Green+Blue) = 88+32+98=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #582062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582062 is #A7DF9D. Grayscale: #383838. Windows color (decimal): -11001758 or 6430808. OLE color: 6430808.

HSL color Cylindrical-coordinate representation of color #582062: hue angle of 290.91º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582062 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 32 98 -
CMYK 0.10 0.67 0 0.62
HSL 290.91º 0.51% 0.25% -
HSV(B) 290.91º 0.67% 0.38% -
XYZ 6.75 3.99 11.97 -
YUV 56.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 88 32 98 0.10 0.67 0 0.62 290.91 0.51 0.25
Hex 58 20 62 A 43 0 3E 123 33 19
Octal 130 40 142 12 103 0 76 443 63 31
Binary 1011000 100000 1100010 1010 1000011 0 111110 100100011 110011 11001

Color Harmonies of #582062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582062

Black with #582062

Text Example


Text Example

White with #582062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582062; }

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

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

background-color css

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

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

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

border-color css

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

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

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