Html Css Color HEX #582260 Hot Purple

📋 copy color: '#582260'

red 88 ◦ green 34 ◦ blue 96

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

Shades of Hot Purple #582260

Tints of Hot Purple #582260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 40.37%
G = 15.6%
B = 44.04%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582260 (or 0x582260) is known color: Hot Purple. HEX triplet: 58, 22 and 60. RGB value is (88,34,96). Sum of RGB (Red+Green+Blue) = 88+34+96=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #582260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582260 is #A7DD9F. Grayscale: #393939. Windows color (decimal): -11001248 or 6300248. OLE color: 6300248.

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

Color convert

RGB 88 34 96 -
CMYK 0.08 0.65 0 0.62
HSL 292.26º 0.48% 0.25% -
HSV(B) 292.26º 0.65% 0.38% -
XYZ 6.71 4.06 11.5 -
YUV 57.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 88 34 96 0.08 0.65 0 0.62 292.26 0.48 0.25
Hex 58 22 60 8 41 0 3E 124 30 19
Octal 130 42 140 10 101 0 76 444 60 31
Binary 1011000 100010 1100000 1000 1000001 0 111110 100100100 110000 11001

Color Harmonies of #582260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582260

Black with #582260

Text Example


Text Example

White with #582260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582260; }

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

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

background-color css

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

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

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

border-color css

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

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

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