Html Css Color HEX #580140 Tyrian Purple

📋 copy color: '#580140'

red 88 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #580140

Tints of Tyrian Purple #580140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 64 (25.39% from 255) = 41.83%

R = 57.52%
G = 0.65%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#580140 (or 0x580140) is known color: Tyrian Purple. HEX triplet: 58, 01 and 40. RGB value is (88,1,64). Sum of RGB (Red+Green+Blue) = 88+1+64=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #580140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580140 is #A7FEBF. Grayscale: #222222. Windows color (decimal): -11009728 or 4194648. OLE color: 4194648.

HSL color Cylindrical-coordinate representation of color #580140: hue angle of 316.55º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580140 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 64 -
CMYK 0 0.99 0.27 0.65
HSL 316.55º 0.98% 0.17% -
HSV(B) 316.55º 0.99% 0.35% -
XYZ 4.96 2.47 5.07 -
YUV 34.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 88 1 64 0 0.99 0.27 0.65 316.55 0.98 0.17
Hex 58 1 40 0 63 1B 41 13D 62 11
Octal 130 1 100 0 143 33 101 475 142 21
Binary 1011000 1 1000000 0 1100011 11011 1000001 100111101 1100010 10001

Color Harmonies of #580140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580140

Black with #580140

Text Example


Text Example

White with #580140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580140; }

 p { color: rgb(88,1,64); }

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

background-color css

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

 a { background-color: rgb(88,1,64); }

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

border-color css

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

 span { border-color: rgb(88,1,64); }

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