Html Css Color HEX #58104A Tyrian Purple

📋 copy color: '#58104A'

red 88 ◦ green 16 ◦ blue 74

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

Shades of Tyrian Purple #58104A

Tints of Tyrian Purple #58104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 49.44%
G = 8.99%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58104A (or 0x58104A) is known color: Tyrian Purple. HEX triplet: 58, 10 and 4A. RGB value is (88,16,74). Sum of RGB (Red+Green+Blue) = 88+16+74=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #58104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58104A is #A7EFB5. Grayscale: #2B2B2B. Windows color (decimal): -11005878 or 4853848. OLE color: 4853848.

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

Color convert

RGB 88 16 74 -
CMYK 0 0.82 0.16 0.65
HSL 311.67º 0.69% 0.2% -
HSV(B) 311.67º 0.82% 0.35% -
XYZ 5.45 2.94 6.76 -
YUV 44.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 88 16 74 0 0.82 0.16 0.65 311.67 0.69 0.2
Hex 58 10 4A 0 52 10 41 138 45 14
Octal 130 20 112 0 122 20 101 470 105 24
Binary 1011000 10000 1001010 0 1010010 10000 1000001 100111000 1000101 10100

Color Harmonies of #58104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58104A

Black with #58104A

Text Example


Text Example

White with #58104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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