Html Css Color HEX #581C5A Hot Purple

📋 copy color: '#581C5A'

red 88 ◦ green 28 ◦ blue 90

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

Shades of Hot Purple #581C5A

Tints of Hot Purple #581C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 42.72%
G = 13.59%
B = 43.69%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581C5A (or 0x581C5A) is known color: Hot Purple. HEX triplet: 58, 1C and 5A. RGB value is (88,28,90). Sum of RGB (Red+Green+Blue) = 88+28+90=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #581C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C5A is #A7E3A5. Grayscale: #343434. Windows color (decimal): -11002790 or 5905496. OLE color: 5905496.

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

Color convert

RGB 88 28 90 -
CMYK 0.02 0.69 0 0.65
HSL 298.06º 0.53% 0.23% -
HSV(B) 298.06º 0.69% 0.35% -
XYZ 6.29 3.64 10.04 -
YUV 53.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 88 28 90 0.02 0.69 0 0.65 298.06 0.53 0.23
Hex 58 1C 5A 2 45 0 41 12A 35 17
Octal 130 34 132 2 105 0 101 452 65 27
Binary 1011000 11100 1011010 10 1000101 0 1000001 100101010 110101 10111

Color Harmonies of #581C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C5A

Black with #581C5A

Text Example


Text Example

White with #581C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,28,90); }

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

background-color css

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

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

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

border-color css

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

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

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