Html Css Color HEX #58104D Tyrian Purple

📋 copy color: '#58104D'

red 88 ◦ green 16 ◦ blue 77

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

Shades of Tyrian Purple #58104D

Tints of Tyrian Purple #58104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 48.62%
G = 8.84%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58104D (or 0x58104D) is known color: Tyrian Purple. HEX triplet: 58, 10 and 4D. RGB value is (88,16,77). Sum of RGB (Red+Green+Blue) = 88+16+77=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58104D is #A7EFB2. Grayscale: #2C2C2C. Windows color (decimal): -11005875 or 5050456. OLE color: 5050456.

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

Color convert

RGB 88 16 77 -
CMYK 0 0.82 0.12 0.65
HSL 309.17º 0.69% 0.2% -
HSV(B) 309.17º 0.82% 0.35% -
XYZ 5.55 2.98 7.3 -
YUV 44.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 88 16 77 0 0.82 0.12 0.65 309.17 0.69 0.2
Hex 58 10 4D 0 52 C 41 135 45 14
Octal 130 20 115 0 122 14 101 465 105 24
Binary 1011000 10000 1001101 0 1010010 1100 1000001 100110101 1000101 10100

Color Harmonies of #58104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58104D

Black with #58104D

Text Example


Text Example

White with #58104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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