Html Css Color HEX #58043E Tyrian Purple

📋 copy color: '#58043E'

red 88 ◦ green 4 ◦ blue 62

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

Shades of Tyrian Purple #58043E

Tints of Tyrian Purple #58043E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 57.14%
G = 2.6%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58043E (or 0x58043E) is known color: Tyrian Purple. HEX triplet: 58, 04 and 3E. RGB value is (88,4,62). Sum of RGB (Red+Green+Blue) = 88+4+62=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58043E is #A7FBC1. Grayscale: #232323. Windows color (decimal): -11008962 or 4064344. OLE color: 4064344.

HSL color Cylindrical-coordinate representation of color #58043E: hue angle of 318.57º 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 #58043E is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 4 62 -
CMYK 0 0.95 0.30 0.65
HSL 318.57º 0.91% 0.18% -
HSV(B) 318.57º 0.95% 0.35% -
XYZ 4.94 2.51 4.78 -
YUV 35.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 88 4 62 0 0.95 0.30 0.65 318.57 0.91 0.18
Hex 58 4 3E 0 5F 1E 41 13F 5B 12
Octal 130 4 76 0 137 36 101 477 133 22
Binary 1011000 100 111110 0 1011111 11110 1000001 100111111 1011011 10010

Color Harmonies of #58043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58043E

Black with #58043E

Text Example


Text Example

White with #58043E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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