Html Css Color HEX #580533 Tyrian Purple

📋 copy color: '#580533'

red 88 ◦ green 5 ◦ blue 51

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

Shades of Tyrian Purple #580533

Tints of Tyrian Purple #580533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 35.42%

R = 61.11%
G = 3.47%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#580533 (or 0x580533) is known color: Tyrian Purple. HEX triplet: 58, 05 and 33. RGB value is (88,5,51). Sum of RGB (Red+Green+Blue) = 88+5+51=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580533 is #A7FACC. Grayscale: #222222. Windows color (decimal): -11008717 or 3343704. OLE color: 3343704.

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

Color convert

RGB 88 5 51 -
CMYK 0 0.94 0.42 0.65
HSL 326.75º 0.89% 0.18% -
HSV(B) 326.75º 0.94% 0.35% -
XYZ 4.68 2.42 3.35 -
YUV 35.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 88 5 51 0 0.94 0.42 0.65 326.75 0.89 0.18
Hex 58 5 33 0 5E 2A 41 147 59 12
Octal 130 5 63 0 136 52 101 507 131 22
Binary 1011000 101 110011 0 1011110 101010 1000001 101000111 1011001 10010

Color Harmonies of #580533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580533

Black with #580533

Text Example


Text Example

White with #580533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580533; }

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

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

background-color css

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

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

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

border-color css

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

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

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