Html Css Color HEX #58004C Tyrian Purple

📋 copy color: '#58004C'

red 88 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #58004C

Tints of Tyrian Purple #58004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 53.66%
G = 0%
B = 46.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58004C (or 0x58004C) is known color: Tyrian Purple. HEX triplet: 58, 00 and 4C. RGB value is (88,0,76). Sum of RGB (Red+Green+Blue) = 88+0+76=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58004C is #A7FFB3. Grayscale: #222222. Windows color (decimal): -11009972 or 4980824. OLE color: 4980824.

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

Color convert

RGB 88 0 76 -
CMYK 0 1 0.14 0.65
HSL 308.18º 1% 0.17% -
HSV(B) 308.18º 1% 0.35% -
XYZ 5.33 2.6 7.06 -
YUV 34.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 88 0 76 0 1 0.14 0.65 308.18 1 0.17
Hex 58 0 4C 0 64 E 41 134 64 11
Octal 130 0 114 0 144 16 101 464 144 21
Binary 1011000 0 1001100 0 1100100 1110 1000001 100110100 1100100 10001

Color Harmonies of #58004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58004C

Black with #58004C

Text Example


Text Example

White with #58004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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