Html Css Color HEX #580032 Tyrian Purple

📋 copy color: '#580032'

red 88 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #580032

Tints of Tyrian Purple #580032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 36.23%

R = 63.77%
G = 0%
B = 36.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#580032 (or 0x580032) is known color: Tyrian Purple. HEX triplet: 58, 00 and 32. RGB value is (88,0,50). Sum of RGB (Red+Green+Blue) = 88+0+50=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #580032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580032 is #A7FFCD. Grayscale: #1F1F1F. Windows color (decimal): -11009998 or 3276888. OLE color: 3276888.

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

Color convert

RGB 88 0 50 -
CMYK 0 1 0.43 0.65
HSL 325.91º 1% 0.17% -
HSV(B) 325.91º 1% 0.35% -
XYZ 4.6 2.3 3.22 -
YUV 32.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 88 0 50 0 1 0.43 0.65 325.91 1 0.17
Hex 58 0 32 0 64 2B 41 146 64 11
Octal 130 0 62 0 144 53 101 506 144 21
Binary 1011000 0 110010 0 1100100 101011 1000001 101000110 1100100 10001

Color Harmonies of #580032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580032

Black with #580032

Text Example


Text Example

White with #580032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580032; }

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

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

background-color css

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

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

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

border-color css

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

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

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