Html Css Color HEX #58043D Tyrian Purple

📋 copy color: '#58043D'

red 88 ◦ green 4 ◦ blue 61

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

Shades of Tyrian Purple #58043D

Tints of Tyrian Purple #58043D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.87%

R = 57.52%
G = 2.61%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58043D (or 0x58043D) is known color: Tyrian Purple. HEX triplet: 58, 04 and 3D. RGB value is (88,4,61). Sum of RGB (Red+Green+Blue) = 88+4+61=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58043D is #A7FBC2. Grayscale: #232323. Windows color (decimal): -11008963 or 3998808. OLE color: 3998808.

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

Color convert

RGB 88 4 61 -
CMYK 0 0.95 0.31 0.65
HSL 319.29º 0.91% 0.18% -
HSV(B) 319.29º 0.95% 0.35% -
XYZ 4.91 2.5 4.64 -
YUV 35.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 88 4 61 0 0.95 0.31 0.65 319.29 0.91 0.18
Hex 58 4 3D 0 5F 1F 41 13F 5B 12
Octal 130 4 75 0 137 37 101 477 133 22
Binary 1011000 100 111101 0 1011111 11111 1000001 100111111 1011011 10010

Color Harmonies of #58043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58043D

Black with #58043D

Text Example


Text Example

White with #58043D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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