Html Css Color HEX #58063D Tyrian Purple

📋 copy color: '#58063D'

red 88 ◦ green 6 ◦ blue 61

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

Shades of Tyrian Purple #58063D

Tints of Tyrian Purple #58063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 56.77%
G = 3.87%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58063D (or 0x58063D) is known color: Tyrian Purple. HEX triplet: 58, 06 and 3D. RGB value is (88,6,61). Sum of RGB (Red+Green+Blue) = 88+6+61=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58063D is #A7F9C2. Grayscale: #242424. Windows color (decimal): -11008451 or 3999320. OLE color: 3999320.

HSL color Cylindrical-coordinate representation of color #58063D: hue angle of 319.76º 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 #58063D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 6 61 -
CMYK 0 0.93 0.31 0.65
HSL 319.76º 0.87% 0.18% -
HSV(B) 319.76º 0.93% 0.35% -
XYZ 4.93 2.54 4.65 -
YUV 36.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 88 6 61 0 0.93 0.31 0.65 319.76 0.87 0.18
Hex 58 6 3D 0 5D 1F 41 140 57 12
Octal 130 6 75 0 135 37 101 500 127 22
Binary 1011000 110 111101 0 1011101 11111 1000001 101000000 1010111 10010

Color Harmonies of #58063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58063D

Black with #58063D

Text Example


Text Example

White with #58063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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