Html Css Color HEX #581B5A Hot Purple

📋 copy color: '#581B5A'

red 88 ◦ green 27 ◦ blue 90

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

Shades of Hot Purple #581B5A

Tints of Hot Purple #581B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

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

R = 42.93%
G = 13.17%
B = 43.9%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581B5A (or 0x581B5A) is known color: Hot Purple. HEX triplet: 58, 1B and 5A. RGB value is (88,27,90). Sum of RGB (Red+Green+Blue) = 88+27+90=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #581B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B5A is #A7E4A5. Grayscale: #343434. Windows color (decimal): -11003046 or 5905240. OLE color: 5905240.

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

Color convert

RGB 88 27 90 -
CMYK 0.02 0.70 0 0.65
HSL 298.1º 0.54% 0.23% -
HSV(B) 298.1º 0.7% 0.35% -
XYZ 6.26 3.6 10.04 -
YUV 52.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 88 27 90 0.02 0.70 0 0.65 298.1 0.54 0.23
Hex 58 1B 5A 2 46 0 41 12A 36 17
Octal 130 33 132 2 106 0 101 452 66 27
Binary 1011000 11011 1011010 10 1000110 0 1000001 100101010 110110 10111

Color Harmonies of #581B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B5A

Black with #581B5A

Text Example


Text Example

White with #581B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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