Html Css Color HEX #58104C Tyrian Purple

📋 copy color: '#58104C'

red 88 ◦ green 16 ◦ blue 76

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

Shades of Tyrian Purple #58104C

Tints of Tyrian Purple #58104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 48.89%
G = 8.89%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58104C (or 0x58104C) is known color: Tyrian Purple. HEX triplet: 58, 10 and 4C. RGB value is (88,16,76). Sum of RGB (Red+Green+Blue) = 88+16+76=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58104C is #A7EFB3. Grayscale: #2C2C2C. Windows color (decimal): -11005876 or 4984920. OLE color: 4984920.

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

Color convert

RGB 88 16 76 -
CMYK 0 0.82 0.14 0.65
HSL 310º 0.69% 0.2% -
HSV(B) 310º 0.82% 0.35% -
XYZ 5.51 2.97 7.12 -
YUV 44.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 88 16 76 0 0.82 0.14 0.65 310 0.69 0.2
Hex 58 10 4C 0 52 E 41 136 45 14
Octal 130 20 114 0 122 16 101 466 105 24
Binary 1011000 10000 1001100 0 1010010 1110 1000001 100110110 1000101 10100

Color Harmonies of #58104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58104C

Black with #58104C

Text Example


Text Example

White with #58104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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