Html Css Color HEX #580E66 Hot Purple

📋 copy color: '#580E66'

red 88 ◦ green 14 ◦ blue 102

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

Shades of Hot Purple #580E66

Tints of Hot Purple #580E66

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.86%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 43.14%
G = 6.86%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#580E66 (or 0x580E66) is known color: Hot Purple. HEX triplet: 58, 0E and 66. RGB value is (88,14,102). Sum of RGB (Red+Green+Blue) = 88+14+102=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #580E66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E66 is #A7F199. Grayscale: #2D2D2D. Windows color (decimal): -11006362 or 6688344. OLE color: 6688344.

HSL color Cylindrical-coordinate representation of color #580E66: hue angle of 290.45º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580E66 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 14 102 -
CMYK 0.14 0.86 0 0.6
HSL 290.45º 0.76% 0.23% -
HSV(B) 290.45º 0.86% 0.4% -
XYZ 6.58 3.35 12.87 -
YUV 46.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 88 14 102 0.14 0.86 0 0.6 290.45 0.76 0.23
Hex 58 E 66 E 56 0 3C 122 4C 17
Octal 130 16 146 16 126 0 74 442 114 27
Binary 1011000 1110 1100110 1110 1010110 0 111100 100100010 1001100 10111

Color Harmonies of #580E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E66

Black with #580E66

Text Example


Text Example

White with #580E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580E66; }

 p { color: rgb(88,14,102); }

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

background-color css

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

 a { background-color: rgb(88,14,102); }

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

border-color css

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

 span { border-color: rgb(88,14,102); }

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