Html Css Color HEX #58043F Tyrian Purple

📋 copy color: '#58043F'

red 88 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #58043F

Tints of Tyrian Purple #58043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.65%

R = 56.77%
G = 2.58%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58043F (or 0x58043F) is known color: Tyrian Purple. HEX triplet: 58, 04 and 3F. RGB value is (88,4,63). Sum of RGB (Red+Green+Blue) = 88+4+63=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58043F is #A7FBC0. Grayscale: #232323. Windows color (decimal): -11008961 or 4129880. OLE color: 4129880.

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

Color convert

RGB 88 4 63 -
CMYK 0 0.95 0.28 0.65
HSL 317.86º 0.91% 0.18% -
HSV(B) 317.86º 0.95% 0.35% -
XYZ 4.97 2.52 4.93 -
YUV 35.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 88 4 63 0 0.95 0.28 0.65 317.86 0.91 0.18
Hex 58 4 3F 0 5F 1C 41 13E 5B 12
Octal 130 4 77 0 137 34 101 476 133 22
Binary 1011000 100 111111 0 1011111 11100 1000001 100111110 1011011 10010

Color Harmonies of #58043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58043F

Black with #58043F

Text Example


Text Example

White with #58043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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