Html Css Color HEX #580535 Tyrian Purple

📋 copy color: '#580535'

red 88 ◦ green 5 ◦ blue 53

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

Shades of Tyrian Purple #580535

Tints of Tyrian Purple #580535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

 BLUE value IS 53 (21.09% from 255) = 36.3%

R = 60.27%
G = 3.42%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#580535 (or 0x580535) is known color: Tyrian Purple. HEX triplet: 58, 05 and 35. RGB value is (88,5,53). Sum of RGB (Red+Green+Blue) = 88+5+53=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #580535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580535 is #A7FACA. Grayscale: #232323. Windows color (decimal): -11008715 or 3474776. OLE color: 3474776.

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

Color convert

RGB 88 5 53 -
CMYK 0 0.94 0.40 0.65
HSL 325.3º 0.89% 0.18% -
HSV(B) 325.3º 0.94% 0.35% -
XYZ 4.72 2.44 3.59 -
YUV 35.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 88 5 53 0 0.94 0.40 0.65 325.3 0.89 0.18
Hex 58 5 35 0 5E 28 41 145 59 12
Octal 130 5 65 0 136 50 101 505 131 22
Binary 1011000 101 110101 0 1011110 101000 1000001 101000101 1011001 10010

Color Harmonies of #580535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580535

Black with #580535

Text Example


Text Example

White with #580535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580535; }

 p { color: rgb(88,5,53); }

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

background-color css

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

 a { background-color: rgb(88,5,53); }

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

border-color css

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

 span { border-color: rgb(88,5,53); }

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