Html Css Color HEX #580525 Tyrian Purple

📋 copy color: '#580525'

red 88 ◦ green 5 ◦ blue 37

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

Shades of Tyrian Purple #580525

Tints of Tyrian Purple #580525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.46%

R = 67.69%
G = 3.85%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#580525 (or 0x580525) is known color: Tyrian Purple. HEX triplet: 58, 05 and 25. RGB value is (88,5,37). Sum of RGB (Red+Green+Blue) = 88+5+37=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #580525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580525 is #A7FADA. Grayscale: #212121. Windows color (decimal): -11008731 or 2426200. OLE color: 2426200.

HSL color Cylindrical-coordinate representation of color #580525: hue angle of 336.87º 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 #580525 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 5 37 -
CMYK 0 0.94 0.58 0.65
HSL 336.87º 0.89% 0.18% -
HSV(B) 336.87º 0.94% 0.35% -
XYZ 4.41 2.32 1.96 -
YUV 33.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 88 5 37 0 0.94 0.58 0.65 336.87 0.89 0.18
Hex 58 5 25 0 5E 3A 41 151 59 12
Octal 130 5 45 0 136 72 101 521 131 22
Binary 1011000 101 100101 0 1011110 111010 1000001 101010001 1011001 10010

Color Harmonies of #580525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580525

Black with #580525

Text Example


Text Example

White with #580525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580525; }

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

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

background-color css

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

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

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

border-color css

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

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

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