Html Css Color HEX #580021 Tyrian Purple

📋 copy color: '#580021'

red 88 ◦ green 0 ◦ blue 33

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

Shades of Tyrian Purple #580021

Tints of Tyrian Purple #580021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.27%

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#580021 (or 0x580021) is known color: Tyrian Purple. HEX triplet: 58, 00 and 21. RGB value is (88,0,33). Sum of RGB (Red+Green+Blue) = 88+0+33=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580021 is #A7FFDE. Grayscale: #1E1E1E. Windows color (decimal): -11010015 or 2162776. OLE color: 2162776.

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

Color convert

RGB 88 0 33 -
CMYK 0 1 0.62 0.65
HSL 337.5º 1% 0.17% -
HSV(B) 337.5º 1% 0.35% -
XYZ 4.3 2.18 1.63 -
YUV 30.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 88 0 33 0 1 0.62 0.65 337.5 1 0.17
Hex 58 0 21 0 64 3E 41 152 64 11
Octal 130 0 41 0 144 76 101 522 144 21
Binary 1011000 0 100001 0 1100100 111110 1000001 101010010 1100100 10001

Color Harmonies of #580021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580021

Black with #580021

Text Example


Text Example

White with #580021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580021; }

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

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

background-color css

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

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

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

border-color css

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

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

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