Html Css Color HEX #580F67 Hot Purple

📋 copy color: '#580F67'

red 88 ◦ green 15 ◦ blue 103

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

Shades of Hot Purple #580F67

Tints of Hot Purple #580F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50%

R = 42.72%
G = 7.28%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#580F67 (or 0x580F67) is known color: Hot Purple. HEX triplet: 58, 0F and 67. RGB value is (88,15,103). Sum of RGB (Red+Green+Blue) = 88+15+103=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #580F67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F67 is #A7F098. Grayscale: #2E2E2E. Windows color (decimal): -11006105 or 6754136. OLE color: 6754136.

HSL color Cylindrical-coordinate representation of color #580F67: hue angle of 289.77º degrees, saturation: 0.75, 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 #580F67 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 15 103 -
CMYK 0.15 0.85 0 0.60
HSL 289.77º 0.75% 0.23% -
HSV(B) 289.77º 0.85% 0.4% -
XYZ 6.64 3.4 13.14 -
YUV 46.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 88 15 103 0.15 0.85 0 0.60 289.77 0.75 0.23
Hex 58 F 67 F 55 0 3C 122 4B 17
Octal 130 17 147 17 125 0 74 442 113 27
Binary 1011000 1111 1100111 1111 1010101 0 111100 100100010 1001011 10111

Color Harmonies of #580F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F67

Black with #580F67

Text Example


Text Example

White with #580F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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