Html Css Color HEX #580F60 Hot Purple

📋 copy color: '#580F60'

red 88 ◦ green 15 ◦ blue 96

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

Shades of Hot Purple #580F60

Tints of Hot Purple #580F60

RGB

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

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

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

R = 44.22%
G = 7.54%
B = 48.24%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580F60 (or 0x580F60) is known color: Hot Purple. HEX triplet: 58, 0F and 60. RGB value is (88,15,96). Sum of RGB (Red+Green+Blue) = 88+15+96=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #580F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F60 is #A7F09F. Grayscale: #2D2D2D. Windows color (decimal): -11006112 or 6295384. OLE color: 6295384.

HSL color Cylindrical-coordinate representation of color #580F60: hue angle of 294.07º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580F60 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 15 96 -
CMYK 0.08 0.84 0 0.62
HSL 294.07º 0.73% 0.22% -
HSV(B) 294.07º 0.84% 0.38% -
XYZ 6.31 3.26 11.36 -
YUV 46.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 88 15 96 0.08 0.84 0 0.62 294.07 0.73 0.22
Hex 58 F 60 8 54 0 3E 126 49 16
Octal 130 17 140 10 124 0 76 446 111 26
Binary 1011000 1111 1100000 1000 1010100 0 111110 100100110 1001001 10110

Color Harmonies of #580F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F60

Black with #580F60

Text Example


Text Example

White with #580F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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