Html Css Color HEX #58143A Tyrian Purple

📋 copy color: '#58143A'

red 88 ◦ green 20 ◦ blue 58

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

Shades of Tyrian Purple #58143A

Tints of Tyrian Purple #58143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

 BLUE value IS 58 (23.05% from 255) = 34.94%

R = 53.01%
G = 12.05%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58143A (or 0x58143A) is known color: Tyrian Purple. HEX triplet: 58, 14 and 3A. RGB value is (88,20,58). Sum of RGB (Red+Green+Blue) = 88+20+58=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58143A is #A7EBC5. Grayscale: #2C2C2C. Windows color (decimal): -11004870 or 3806296. OLE color: 3806296.

HSL color Cylindrical-coordinate representation of color #58143A: hue angle of 326.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58143A is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 58 -
CMYK 0 0.77 0.34 0.65
HSL 326.47º 0.63% 0.21% -
HSV(B) 326.47º 0.77% 0.35% -
XYZ 5.04 2.88 4.29 -
YUV 44.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 88 20 58 0 0.77 0.34 0.65 326.47 0.63 0.21
Hex 58 14 3A 0 4D 22 41 146 3F 15
Octal 130 24 72 0 115 42 101 506 77 25
Binary 1011000 10100 111010 0 1001101 100010 1000001 101000110 111111 10101

Color Harmonies of #58143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58143A

Black with #58143A

Text Example


Text Example

White with #58143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,20,58); }

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

background-color css

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

 a { background-color: rgb(88,20,58); }

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

border-color css

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

 span { border-color: rgb(88,20,58); }

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