Html Css Color HEX #581F58 Hot Purple

📋 copy color: '#581F58'

red 88 ◦ green 31 ◦ blue 88

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

Shades of Hot Purple #581F58

Tints of Hot Purple #581F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.98%

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

R = 42.51%
G = 14.98%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581F58 (or 0x581F58) is known color: Hot Purple. HEX triplet: 58, 1F and 58. RGB value is (88,31,88). Sum of RGB (Red+Green+Blue) = 88+31+88=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #581F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F58 is #A7E0A7. Grayscale: #363636. Windows color (decimal): -11002024 or 5775192. OLE color: 5775192.

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

Color convert

RGB 88 31 88 -
CMYK 0 0.65 0 0.65
HSL 300º 0.48% 0.23% -
HSV(B) 300º 0.65% 0.35% -
XYZ 6.28 3.76 9.63 -
YUV 54.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 88 31 88 0 0.65 0 0.65 300 0.48 0.23
Hex 58 1F 58 0 41 0 41 12C 30 17
Octal 130 37 130 0 101 0 101 454 60 27
Binary 1011000 11111 1011000 0 1000001 0 1000001 100101100 110000 10111

Color Harmonies of #581F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F58

Black with #581F58

Text Example


Text Example

White with #581F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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