Html Css Color HEX #580037 Tyrian Purple

📋 copy color: '#580037'

red 88 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #580037

Tints of Tyrian Purple #580037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 38.46%

R = 61.54%
G = 0%
B = 38.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#580037 (or 0x580037) is known color: Tyrian Purple. HEX triplet: 58, 00 and 37. RGB value is (88,0,55). Sum of RGB (Red+Green+Blue) = 88+0+55=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580037 is #A7FFC8. Grayscale: #202020. Windows color (decimal): -11009993 or 3604568. OLE color: 3604568.

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

Color convert

RGB 88 0 55 -
CMYK 0 1 0.38 0.65
HSL 322.5º 1% 0.17% -
HSV(B) 322.5º 1% 0.35% -
XYZ 4.71 2.35 3.82 -
YUV 32.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 88 0 55 0 1 0.38 0.65 322.5 1 0.17
Hex 58 0 37 0 64 26 41 142 64 11
Octal 130 0 67 0 144 46 101 502 144 21
Binary 1011000 0 110111 0 1100100 100110 1000001 101000010 1100100 10001

Color Harmonies of #580037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580037

Black with #580037

Text Example


Text Example

White with #580037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580037; }

 p { color: rgb(88,0,55); }

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

background-color css

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

 a { background-color: rgb(88,0,55); }

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

border-color css

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

 span { border-color: rgb(88,0,55); }

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