Html Css Color HEX #581B5C Hot Purple

📋 copy color: '#581B5C'

red 88 ◦ green 27 ◦ blue 92

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

Shades of Hot Purple #581B5C

Tints of Hot Purple #581B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 42.51%
G = 13.04%
B = 44.44%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#581B5C (or 0x581B5C) is known color: Hot Purple. HEX triplet: 58, 1B and 5C. RGB value is (88,27,92). Sum of RGB (Red+Green+Blue) = 88+27+92=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #581B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B5C is #A7E4A3. Grayscale: #343434. Windows color (decimal): -11003044 or 6036312. OLE color: 6036312.

HSL color Cylindrical-coordinate representation of color #581B5C: hue angle of 296.31º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #581B5C is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 27 92 -
CMYK 0.04 0.71 0 0.64
HSL 296.31º 0.55% 0.23% -
HSV(B) 296.31º 0.71% 0.36% -
XYZ 6.35 3.63 10.49 -
YUV 52.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 88 27 92 0.04 0.71 0 0.64 296.31 0.55 0.23
Hex 58 1B 5C 4 47 0 40 128 37 17
Octal 130 33 134 4 107 0 100 450 67 27
Binary 1011000 11011 1011100 100 1000111 0 1000000 100101000 110111 10111

Color Harmonies of #581B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B5C

Black with #581B5C

Text Example


Text Example

White with #581B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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