Html Css Color HEX #582558 Hot Purple

📋 copy color: '#582558'

red 88 ◦ green 37 ◦ blue 88

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

Shades of Hot Purple #582558

Tints of Hot Purple #582558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

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

R = 41.31%
G = 17.37%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#582558 (or 0x582558) is known color: Hot Purple. HEX triplet: 58, 25 and 58. RGB value is (88,37,88). Sum of RGB (Red+Green+Blue) = 88+37+88=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #582558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582558 is #A7DAA7. Grayscale: #393939. Windows color (decimal): -11000488 or 5776728. OLE color: 5776728.

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

Color convert

RGB 88 37 88 -
CMYK 0 0.58 0 0.65
HSL 300º 0.41% 0.25% -
HSV(B) 300º 0.58% 0.35% -
XYZ 6.45 4.1 9.68 -
YUV 58.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 88 37 88 0 0.58 0 0.65 300 0.41 0.25
Hex 58 25 58 0 3A 0 41 12C 29 19
Octal 130 45 130 0 72 0 101 454 51 31
Binary 1011000 100101 1011000 0 111010 0 1000001 100101100 101001 11001

Color Harmonies of #582558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582558

Black with #582558

Text Example


Text Example

White with #582558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582558; }

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

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

background-color css

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

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

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

border-color css

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

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

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