Html Css Color HEX #58004F Tyrian Purple

📋 copy color: '#58004F'

red 88 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #58004F

Tints of Tyrian Purple #58004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.31%

R = 52.69%
G = 0%
B = 47.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58004F (or 0x58004F) is known color: Tyrian Purple. HEX triplet: 58, 00 and 4F. RGB value is (88,0,79). Sum of RGB (Red+Green+Blue) = 88+0+79=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58004F is #A7FFB0. Grayscale: #232323. Windows color (decimal): -11009969 or 5177432. OLE color: 5177432.

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

Color convert

RGB 88 0 79 -
CMYK 0 1 0.10 0.65
HSL 306.14º 1% 0.17% -
HSV(B) 306.14º 1% 0.35% -
XYZ 5.44 2.64 7.62 -
YUV 35.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 88 0 79 0 1 0.10 0.65 306.14 1 0.17
Hex 58 0 4F 0 64 A 41 132 64 11
Octal 130 0 117 0 144 12 101 462 144 21
Binary 1011000 0 1001111 0 1100100 1010 1000001 100110010 1100100 10001

Color Harmonies of #58004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58004F

Black with #58004F

Text Example


Text Example

White with #58004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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