Html Css Color HEX #58043A Tyrian Purple

📋 copy color: '#58043A'

red 88 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #58043A

Tints of Tyrian Purple #58043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 58.67%
G = 2.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58043A (or 0x58043A) is known color: Tyrian Purple. HEX triplet: 58, 04 and 3A. RGB value is (88,4,58). Sum of RGB (Red+Green+Blue) = 88+4+58=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58043A is #A7FBC5. Grayscale: #232323. Windows color (decimal): -11008966 or 3802200. OLE color: 3802200.

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

Color convert

RGB 88 4 58 -
CMYK 0 0.95 0.34 0.65
HSL 321.43º 0.91% 0.18% -
HSV(B) 321.43º 0.95% 0.35% -
XYZ 4.83 2.47 4.22 -
YUV 35.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 88 4 58 0 0.95 0.34 0.65 321.43 0.91 0.18
Hex 58 4 3A 0 5F 22 41 141 5B 12
Octal 130 4 72 0 137 42 101 501 133 22
Binary 1011000 100 111010 0 1011111 100010 1000001 101000001 1011011 10010

Color Harmonies of #58043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58043A

Black with #58043A

Text Example


Text Example

White with #58043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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