Html Css Color HEX #58062D Tyrian Purple

📋 copy color: '#58062D'

red 88 ◦ green 6 ◦ blue 45

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

Shades of Tyrian Purple #58062D

Tints of Tyrian Purple #58062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.32%

 BLUE value IS 45 (17.97% from 255) = 32.37%

R = 63.31%
G = 4.32%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58062D (or 0x58062D) is known color: Tyrian Purple. HEX triplet: 58, 06 and 2D. RGB value is (88,6,45). Sum of RGB (Red+Green+Blue) = 88+6+45=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #58062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58062D is #A7F9D2. Grayscale: #222222. Windows color (decimal): -11008467 or 2950744. OLE color: 2950744.

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

Color convert

RGB 88 6 45 -
CMYK 0 0.93 0.49 0.65
HSL 331.46º 0.87% 0.18% -
HSV(B) 331.46º 0.93% 0.35% -
XYZ 4.56 2.39 2.7 -
YUV 34.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 88 6 45 0 0.93 0.49 0.65 331.46 0.87 0.18
Hex 58 6 2D 0 5D 31 41 14B 57 12
Octal 130 6 55 0 135 61 101 513 127 22
Binary 1011000 110 101101 0 1011101 110001 1000001 101001011 1010111 10010

Color Harmonies of #58062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58062D

Black with #58062D

Text Example


Text Example

White with #58062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58062D; }

 p { color: rgb(88,6,45); }

 H1.HeaderClassName
 {
   color: #58062D;
 }
 .AnyTagClassName
 {
   color: #58062D;
 }
</style>

background-color css

<style>
 a { background-color: #58062D; }

 a { background-color: rgb(88,6,45); }

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

border-color css

<style>
 span { border-color: #58062D; }

 span { border-color: rgb(88,6,45); }

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