Html Css Color HEX #58033F Tyrian Purple

📋 copy color: '#58033F'

red 88 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #58033F

Tints of Tyrian Purple #58033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 57.14%
G = 1.95%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58033F (or 0x58033F) is known color: Tyrian Purple. HEX triplet: 58, 03 and 3F. RGB value is (88,3,63). Sum of RGB (Red+Green+Blue) = 88+3+63=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58033F is #A7FCC0. Grayscale: #232323. Windows color (decimal): -11009217 or 4129624. OLE color: 4129624.

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

Color convert

RGB 88 3 63 -
CMYK 0 0.97 0.28 0.65
HSL 317.65º 0.93% 0.18% -
HSV(B) 317.65º 0.97% 0.35% -
XYZ 4.95 2.5 4.92 -
YUV 35.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 88 3 63 0 0.97 0.28 0.65 317.65 0.93 0.18
Hex 58 3 3F 0 61 1C 41 13E 5D 12
Octal 130 3 77 0 141 34 101 476 135 22
Binary 1011000 11 111111 0 1100001 11100 1000001 100111110 1011101 10010

Color Harmonies of #58033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58033F

Black with #58033F

Text Example


Text Example

White with #58033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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