Html Css Color HEX #58053F Tyrian Purple

📋 copy color: '#58053F'

red 88 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #58053F

Tints of Tyrian Purple #58053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

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

R = 56.41%
G = 3.21%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58053F (or 0x58053F) is known color: Tyrian Purple. HEX triplet: 58, 05 and 3F. RGB value is (88,5,63). Sum of RGB (Red+Green+Blue) = 88+5+63=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58053F is #A7FAC0. Grayscale: #242424. Windows color (decimal): -11008705 or 4130136. OLE color: 4130136.

HSL color Cylindrical-coordinate representation of color #58053F: hue angle of 318.07º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58053F is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 5 63 -
CMYK 0 0.94 0.28 0.65
HSL 318.07º 0.89% 0.18% -
HSV(B) 318.07º 0.94% 0.35% -
XYZ 4.98 2.54 4.93 -
YUV 36.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 88 5 63 0 0.94 0.28 0.65 318.07 0.89 0.18
Hex 58 5 3F 0 5E 1C 41 13E 59 12
Octal 130 5 77 0 136 34 101 476 131 22
Binary 1011000 101 111111 0 1011110 11100 1000001 100111110 1011001 10010

Color Harmonies of #58053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58053F

Black with #58053F

Text Example


Text Example

White with #58053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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