Html Css Color HEX #58084D Tyrian Purple

📋 copy color: '#58084D'

red 88 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #58084D

Tints of Tyrian Purple #58084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 50.87%
G = 4.62%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58084D (or 0x58084D) is known color: Tyrian Purple. HEX triplet: 58, 08 and 4D. RGB value is (88,8,77). Sum of RGB (Red+Green+Blue) = 88+8+77=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58084D is #A7F7B2. Grayscale: #272727. Windows color (decimal): -11007923 or 5048408. OLE color: 5048408.

HSL color Cylindrical-coordinate representation of color #58084D: hue angle of 308.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58084D is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 77 -
CMYK 0 0.91 0.12 0.65
HSL 308.25º 0.83% 0.19% -
HSV(B) 308.25º 0.91% 0.35% -
XYZ 5.45 2.78 7.27 -
YUV 39.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 88 8 77 0 0.91 0.12 0.65 308.25 0.83 0.19
Hex 58 8 4D 0 5B C 41 134 53 13
Octal 130 10 115 0 133 14 101 464 123 23
Binary 1011000 1000 1001101 0 1011011 1100 1000001 100110100 1010011 10011

Color Harmonies of #58084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58084D

Black with #58084D

Text Example


Text Example

White with #58084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,8,77); }

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

background-color css

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

 a { background-color: rgb(88,8,77); }

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

border-color css

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

 span { border-color: rgb(88,8,77); }

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