Html Css Color HEX #58032A Tyrian Purple

📋 copy color: '#58032A'

red 88 ◦ green 3 ◦ blue 42

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

Shades of Tyrian Purple #58032A

Tints of Tyrian Purple #58032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 66.17%
G = 2.26%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58032A (or 0x58032A) is known color: Tyrian Purple. HEX triplet: 58, 03 and 2A. RGB value is (88,3,42). Sum of RGB (Red+Green+Blue) = 88+3+42=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58032A is #A7FCD5. Grayscale: #202020. Windows color (decimal): -11009238 or 2753368. OLE color: 2753368.

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

Color convert

RGB 88 3 42 -
CMYK 0 0.97 0.52 0.65
HSL 332.47º 0.93% 0.18% -
HSV(B) 332.47º 0.97% 0.35% -
XYZ 4.47 2.31 2.4 -
YUV 32.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 88 3 42 0 0.97 0.52 0.65 332.47 0.93 0.18
Hex 58 3 2A 0 61 34 41 14C 5D 12
Octal 130 3 52 0 141 64 101 514 135 22
Binary 1011000 11 101010 0 1100001 110100 1000001 101001100 1011101 10010

Color Harmonies of #58032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58032A

Black with #58032A

Text Example


Text Example

White with #58032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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