Html Css Color HEX #580237 Tyrian Purple

📋 copy color: '#580237'

red 88 ◦ green 2 ◦ blue 55

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

Shades of Tyrian Purple #580237

Tints of Tyrian Purple #580237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

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

R = 60.69%
G = 1.38%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#580237 (or 0x580237) is known color: Tyrian Purple. HEX triplet: 58, 02 and 37. RGB value is (88,2,55). Sum of RGB (Red+Green+Blue) = 88+2+55=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #580237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580237 is #A7FDC8. Grayscale: #212121. Windows color (decimal): -11009481 or 3605080. OLE color: 3605080.

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

Color convert

RGB 88 2 55 -
CMYK 0 0.98 0.38 0.65
HSL 323.02º 0.96% 0.18% -
HSV(B) 323.02º 0.98% 0.35% -
XYZ 4.74 2.39 3.83 -
YUV 33.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 88 2 55 0 0.98 0.38 0.65 323.02 0.96 0.18
Hex 58 2 37 0 62 26 41 143 60 12
Octal 130 2 67 0 142 46 101 503 140 22
Binary 1011000 10 110111 0 1100010 100110 1000001 101000011 1100000 10010

Color Harmonies of #580237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580237

Black with #580237

Text Example


Text Example

White with #580237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580237; }

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

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

background-color css

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

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

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

border-color css

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

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

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