Html Css Color HEX #581660 Hot Purple

📋 copy color: '#581660'

red 88 ◦ green 22 ◦ blue 96

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

Shades of Hot Purple #581660

Tints of Hot Purple #581660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 42.72%
G = 10.68%
B = 46.6%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581660 (or 0x581660) is known color: Hot Purple. HEX triplet: 58, 16 and 60. RGB value is (88,22,96). Sum of RGB (Red+Green+Blue) = 88+22+96=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #581660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581660 is #A7E99F. Grayscale: #313131. Windows color (decimal): -11004320 or 6297176. OLE color: 6297176.

HSL color Cylindrical-coordinate representation of color #581660: hue angle of 293.51º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581660 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 22 96 -
CMYK 0.08 0.77 0 0.62
HSL 293.51º 0.63% 0.23% -
HSV(B) 293.51º 0.77% 0.38% -
XYZ 6.42 3.49 11.4 -
YUV 50.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 88 22 96 0.08 0.77 0 0.62 293.51 0.63 0.23
Hex 58 16 60 8 4D 0 3E 126 3F 17
Octal 130 26 140 10 115 0 76 446 77 27
Binary 1011000 10110 1100000 1000 1001101 0 111110 100100110 111111 10111

Color Harmonies of #581660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581660

Black with #581660

Text Example


Text Example

White with #581660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581660; }

 p { color: rgb(88,22,96); }

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

background-color css

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

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

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

border-color css

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

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

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