Html Css Color HEX #582F62 Hot Purple

📋 copy color: '#582F62'

red 88 ◦ green 47 ◦ blue 98

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

Shades of Hot Purple #582F62

Tints of Hot Purple #582F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

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

R = 37.77%
G = 20.17%
B = 42.06%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582F62 (or 0x582F62) is known color: Hot Purple. HEX triplet: 58, 2F and 62. RGB value is (88,47,98). Sum of RGB (Red+Green+Blue) = 88+47+98=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #582F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F62 is #A7D09D. Grayscale: #404040. Windows color (decimal): -10997918 or 6434648. OLE color: 6434648.

HSL color Cylindrical-coordinate representation of color #582F62: hue angle of 288.24º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582F62 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 47 98 -
CMYK 0.10 0.52 0 0.62
HSL 288.24º 0.35% 0.28% -
HSV(B) 288.24º 0.52% 0.38% -
XYZ 7.25 4.99 12.14 -
YUV 65.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 88 47 98 0.10 0.52 0 0.62 288.24 0.35 0.28
Hex 58 2F 62 A 34 0 3E 120 23 1C
Octal 130 57 142 12 64 0 76 440 43 34
Binary 1011000 101111 1100010 1010 110100 0 111110 100100000 100011 11100

Color Harmonies of #582F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F62

Black with #582F62

Text Example


Text Example

White with #582F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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