Html Css Color HEX #580F66 Hot Purple

📋 copy color: '#580F66'

red 88 ◦ green 15 ◦ blue 102

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

Shades of Hot Purple #580F66

Tints of Hot Purple #580F66

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

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

R = 42.93%
G = 7.32%
B = 49.76%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#580F66 (or 0x580F66) is known color: Hot Purple. HEX triplet: 58, 0F and 66. RGB value is (88,15,102). Sum of RGB (Red+Green+Blue) = 88+15+102=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #580F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F66 is #A7F099. Grayscale: #2E2E2E. Windows color (decimal): -11006106 or 6688600. OLE color: 6688600.

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

Color convert

RGB 88 15 102 -
CMYK 0.14 0.85 0 0.6
HSL 290.34º 0.74% 0.23% -
HSV(B) 290.34º 0.85% 0.4% -
XYZ 6.59 3.38 12.87 -
YUV 46.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 88 15 102 0.14 0.85 0 0.6 290.34 0.74 0.23
Hex 58 F 66 E 55 0 3C 122 4A 17
Octal 130 17 146 16 125 0 74 442 112 27
Binary 1011000 1111 1100110 1110 1010101 0 111100 100100010 1001010 10111

Color Harmonies of #580F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F66

Black with #580F66

Text Example


Text Example

White with #580F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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