Html Css Color HEX #58032F Tyrian Purple

📋 copy color: '#58032F'

red 88 ◦ green 3 ◦ blue 47

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

Shades of Tyrian Purple #58032F

Tints of Tyrian Purple #58032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.06%

R = 63.77%
G = 2.17%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58032F (or 0x58032F) is known color: Tyrian Purple. HEX triplet: 58, 03 and 2F. RGB value is (88,3,47). Sum of RGB (Red+Green+Blue) = 88+3+47=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58032F is #A7FCD0. Grayscale: #212121. Windows color (decimal): -11009233 or 3081048. OLE color: 3081048.

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

Color convert

RGB 88 3 47 -
CMYK 0 0.97 0.47 0.65
HSL 328.94º 0.93% 0.18% -
HSV(B) 328.94º 0.97% 0.35% -
XYZ 4.57 2.35 2.9 -
YUV 33.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 88 3 47 0 0.97 0.47 0.65 328.94 0.93 0.18
Hex 58 3 2F 0 61 2F 41 149 5D 12
Octal 130 3 57 0 141 57 101 511 135 22
Binary 1011000 11 101111 0 1100001 101111 1000001 101001001 1011101 10010

Color Harmonies of #58032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58032F

Black with #58032F

Text Example


Text Example

White with #58032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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