Html Css Color HEX #58004E Tyrian Purple

📋 copy color: '#58004E'

red 88 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #58004E

Tints of Tyrian Purple #58004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.99%

R = 53.01%
G = 0%
B = 46.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58004E (or 0x58004E) is known color: Tyrian Purple. HEX triplet: 58, 00 and 4E. RGB value is (88,0,78). Sum of RGB (Red+Green+Blue) = 88+0+78=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58004E is #A7FFB1. Grayscale: #222222. Windows color (decimal): -11009970 or 5111896. OLE color: 5111896.

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

Color convert

RGB 88 0 78 -
CMYK 0 1 0.11 0.65
HSL 306.82º 1% 0.17% -
HSV(B) 306.82º 1% 0.35% -
XYZ 5.4 2.62 7.43 -
YUV 35.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 88 0 78 0 1 0.11 0.65 306.82 1 0.17
Hex 58 0 4E 0 64 B 41 133 64 11
Octal 130 0 116 0 144 13 101 463 144 21
Binary 1011000 0 1001110 0 1100100 1011 1000001 100110011 1100100 10001

Color Harmonies of #58004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58004E

Black with #58004E

Text Example


Text Example

White with #58004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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