Html Css Color HEX #582258 Hot Purple

📋 copy color: '#582258'

red 88 ◦ green 34 ◦ blue 88

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

Shades of Hot Purple #582258

Tints of Hot Purple #582258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.9%

R = 41.9%
G = 16.19%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#582258 (or 0x582258) is known color: Hot Purple. HEX triplet: 58, 22 and 58. RGB value is (88,34,88). Sum of RGB (Red+Green+Blue) = 88+34+88=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #582258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582258 is #A7DDA7. Grayscale: #383838. Windows color (decimal): -11001256 or 5775960. OLE color: 5775960.

HSL color Cylindrical-coordinate representation of color #582258: hue angle of 300º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #582258 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 88 -
CMYK 0 0.61 0 0.65
HSL 300º 0.44% 0.24% -
HSV(B) 300º 0.61% 0.35% -
XYZ 6.36 3.92 9.65 -
YUV 56.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 88 34 88 0 0.61 0 0.65 300 0.44 0.24
Hex 58 22 58 0 3D 0 41 12C 2C 18
Octal 130 42 130 0 75 0 101 454 54 30
Binary 1011000 100010 1011000 0 111101 0 1000001 100101100 101100 11000

Color Harmonies of #582258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582258

Black with #582258

Text Example


Text Example

White with #582258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582258; }

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

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

background-color css

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

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

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

border-color css

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

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

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