Html Css Color HEX #580D66 Hot Purple

📋 copy color: '#580D66'

red 88 ◦ green 13 ◦ blue 102

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

Shades of Hot Purple #580D66

Tints of Hot Purple #580D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.4%

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

R = 43.35%
G = 6.4%
B = 50.25%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#580D66 (or 0x580D66) is known color: Hot Purple. HEX triplet: 58, 0D and 66. RGB value is (88,13,102). Sum of RGB (Red+Green+Blue) = 88+13+102=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #580D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D66 is #A7F299. Grayscale: #2D2D2D. Windows color (decimal): -11006618 or 6688088. OLE color: 6688088.

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

Color convert

RGB 88 13 102 -
CMYK 0.14 0.87 0 0.6
HSL 290.56º 0.77% 0.23% -
HSV(B) 290.56º 0.87% 0.4% -
XYZ 6.57 3.32 12.87 -
YUV 45.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 88 13 102 0.14 0.87 0 0.6 290.56 0.77 0.23
Hex 58 D 66 E 57 0 3C 123 4D 17
Octal 130 15 146 16 127 0 74 443 115 27
Binary 1011000 1101 1100110 1110 1010111 0 111100 100100011 1001101 10111

Color Harmonies of #580D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D66

Black with #580D66

Text Example


Text Example

White with #580D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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