Html Css Color HEX #580024 Tyrian Purple

📋 copy color: '#580024'

red 88 ◦ green 0 ◦ blue 36

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

Shades of Tyrian Purple #580024

Tints of Tyrian Purple #580024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.03%

R = 70.97%
G = 0%
B = 29.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#580024 (or 0x580024) is known color: Tyrian Purple. HEX triplet: 58, 00 and 24. RGB value is (88,0,36). Sum of RGB (Red+Green+Blue) = 88+0+36=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580024 is #A7FFDB. Grayscale: #1E1E1E. Windows color (decimal): -11010012 or 2359384. OLE color: 2359384.

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

Color convert

RGB 88 0 36 -
CMYK 0 1 0.59 0.65
HSL 335.45º 1% 0.17% -
HSV(B) 335.45º 1% 0.35% -
XYZ 4.34 2.2 1.87 -
YUV 30.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 88 0 36 0 1 0.59 0.65 335.45 1 0.17
Hex 58 0 24 0 64 3B 41 14F 64 11
Octal 130 0 44 0 144 73 101 517 144 21
Binary 1011000 0 100100 0 1100100 111011 1000001 101001111 1100100 10001

Color Harmonies of #580024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580024

Black with #580024

Text Example


Text Example

White with #580024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580024; }

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

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

background-color css

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

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

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

border-color css

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

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

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