Html Css Color HEX #58014A Tyrian Purple

📋 copy color: '#58014A'

red 88 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #58014A

Tints of Tyrian Purple #58014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.4%

R = 53.99%
G = 0.61%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58014A (or 0x58014A) is known color: Tyrian Purple. HEX triplet: 58, 01 and 4A. RGB value is (88,1,74). Sum of RGB (Red+Green+Blue) = 88+1+74=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58014A is #A7FEB5. Grayscale: #232323. Windows color (decimal): -11009718 or 4850008. OLE color: 4850008.

HSL color Cylindrical-coordinate representation of color #58014A: hue angle of 309.66º 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 #58014A is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 74 -
CMYK 0 0.99 0.16 0.65
HSL 309.66º 0.98% 0.17% -
HSV(B) 309.66º 0.99% 0.35% -
XYZ 5.27 2.59 6.7 -
YUV 35.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 88 1 74 0 0.99 0.16 0.65 309.66 0.98 0.17
Hex 58 1 4A 0 63 10 41 136 62 11
Octal 130 1 112 0 143 20 101 466 142 21
Binary 1011000 1 1001010 0 1100011 10000 1000001 100110110 1100010 10001

Color Harmonies of #58014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58014A

Black with #58014A

Text Example


Text Example

White with #58014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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