Html Css Color HEX #58004D Tyrian Purple

📋 copy color: '#58004D'

red 88 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #58004D

Tints of Tyrian Purple #58004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 53.33%
G = 0%
B = 46.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58004D (or 0x58004D) is known color: Tyrian Purple. HEX triplet: 58, 00 and 4D. RGB value is (88,0,77). Sum of RGB (Red+Green+Blue) = 88+0+77=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58004D is #A7FFB2. Grayscale: #222222. Windows color (decimal): -11009971 or 5046360. OLE color: 5046360.

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

Color convert

RGB 88 0 77 -
CMYK 0 1 0.12 0.65
HSL 307.5º 1% 0.17% -
HSV(B) 307.5º 1% 0.35% -
XYZ 5.36 2.61 7.24 -
YUV 35.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 88 0 77 0 1 0.12 0.65 307.5 1 0.17
Hex 58 0 4D 0 64 C 41 134 64 11
Octal 130 0 115 0 144 14 101 464 144 21
Binary 1011000 0 1001101 0 1100100 1100 1000001 100110100 1100100 10001

Color Harmonies of #58004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58004D

Black with #58004D

Text Example


Text Example

White with #58004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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