Html Css Color HEX #580F61 Hot Purple

📋 copy color: '#580F61'

red 88 ◦ green 15 ◦ blue 97

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

Shades of Hot Purple #580F61

Tints of Hot Purple #580F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 44%
G = 7.5%
B = 48.5%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580F61 (or 0x580F61) is known color: Hot Purple. HEX triplet: 58, 0F and 61. RGB value is (88,15,97). Sum of RGB (Red+Green+Blue) = 88+15+97=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #580F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F61 is #A7F09E. Grayscale: #2D2D2D. Windows color (decimal): -11006111 or 6360920. OLE color: 6360920.

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

Color convert

RGB 88 15 97 -
CMYK 0.09 0.85 0 0.62
HSL 293.41º 0.73% 0.22% -
HSV(B) 293.41º 0.85% 0.38% -
XYZ 6.35 3.28 11.61 -
YUV 46.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 88 15 97 0.09 0.85 0 0.62 293.41 0.73 0.22
Hex 58 F 61 9 55 0 3E 125 49 16
Octal 130 17 141 11 125 0 76 445 111 26
Binary 1011000 1111 1100001 1001 1010101 0 111110 100100101 1001001 10110

Color Harmonies of #580F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F61

Black with #580F61

Text Example


Text Example

White with #580F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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