Html Css Color HEX #58014F Tyrian Purple

📋 copy color: '#58014F'

red 88 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #58014F

Tints of Tyrian Purple #58014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 52.38%
G = 0.6%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58014F (or 0x58014F) is known color: Tyrian Purple. HEX triplet: 58, 01 and 4F. RGB value is (88,1,79). Sum of RGB (Red+Green+Blue) = 88+1+79=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58014F is #A7FEB0. Grayscale: #232323. Windows color (decimal): -11009713 or 5177688. OLE color: 5177688.

HSL color Cylindrical-coordinate representation of color #58014F: hue angle of 306.21º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58014F is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 79 -
CMYK 0 0.99 0.10 0.65
HSL 306.21º 0.98% 0.17% -
HSV(B) 306.21º 0.99% 0.35% -
XYZ 5.45 2.66 7.62 -
YUV 35.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 88 1 79 0 0.99 0.10 0.65 306.21 0.98 0.17
Hex 58 1 4F 0 63 A 41 132 62 11
Octal 130 1 117 0 143 12 101 462 142 21
Binary 1011000 1 1001111 0 1100011 1010 1000001 100110010 1100010 10001

Color Harmonies of #58014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58014F

Black with #58014F

Text Example


Text Example

White with #58014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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