Html Css Color HEX #582262 Hot Purple

📋 copy color: '#582262'

red 88 ◦ green 34 ◦ blue 98

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

Shades of Hot Purple #582262

Tints of Hot Purple #582262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 40%
G = 15.45%
B = 44.55%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582262 (or 0x582262) is known color: Hot Purple. HEX triplet: 58, 22 and 62. RGB value is (88,34,98). Sum of RGB (Red+Green+Blue) = 88+34+98=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #582262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582262 is #A7DD9D. Grayscale: #393939. Windows color (decimal): -11001246 or 6431320. OLE color: 6431320.

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

Color convert

RGB 88 34 98 -
CMYK 0.10 0.65 0 0.62
HSL 290.63º 0.48% 0.26% -
HSV(B) 290.63º 0.65% 0.38% -
XYZ 6.8 4.1 11.99 -
YUV 57.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 88 34 98 0.10 0.65 0 0.62 290.63 0.48 0.26
Hex 58 22 62 A 41 0 3E 123 30 1A
Octal 130 42 142 12 101 0 76 443 60 32
Binary 1011000 100010 1100010 1010 1000001 0 111110 100100011 110000 11010

Color Harmonies of #582262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582262

Black with #582262

Text Example


Text Example

White with #582262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582262; }

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

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

background-color css

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

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

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

border-color css

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

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

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