Html Css Color HEX #581F5D Hot Purple

📋 copy color: '#581F5D'

red 88 ◦ green 31 ◦ blue 93

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

Shades of Hot Purple #581F5D

Tints of Hot Purple #581F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.87%

R = 41.51%
G = 14.62%
B = 43.87%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#581F5D (or 0x581F5D) is known color: Hot Purple. HEX triplet: 58, 1F and 5D. RGB value is (88,31,93). Sum of RGB (Red+Green+Blue) = 88+31+93=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #581F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F5D is #A7E0A2. Grayscale: #363636. Windows color (decimal): -11002019 or 6102872. OLE color: 6102872.

HSL color Cylindrical-coordinate representation of color #581F5D: hue angle of 295.16º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581F5D is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 31 93 -
CMYK 0.05 0.67 0 0.64
HSL 295.16º 0.5% 0.24% -
HSV(B) 295.16º 0.67% 0.36% -
XYZ 6.49 3.84 10.76 -
YUV 55.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 88 31 93 0.05 0.67 0 0.64 295.16 0.5 0.24
Hex 58 1F 5D 5 43 0 40 127 32 18
Octal 130 37 135 5 103 0 100 447 62 30
Binary 1011000 11111 1011101 101 1000011 0 1000000 100100111 110010 11000

Color Harmonies of #581F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F5D

Black with #581F5D

Text Example


Text Example

White with #581F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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