Html Css Color HEX #58124C Tyrian Purple

📋 copy color: '#58124C'

red 88 ◦ green 18 ◦ blue 76

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

Shades of Tyrian Purple #58124C

Tints of Tyrian Purple #58124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 48.35%
G = 9.89%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58124C (or 0x58124C) is known color: Tyrian Purple. HEX triplet: 58, 12 and 4C. RGB value is (88,18,76). Sum of RGB (Red+Green+Blue) = 88+18+76=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58124C is #A7EDB3. Grayscale: #2D2D2D. Windows color (decimal): -11005364 or 4985432. OLE color: 4985432.

HSL color Cylindrical-coordinate representation of color #58124C: hue angle of 310.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58124C is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 76 -
CMYK 0 0.80 0.14 0.65
HSL 310.29º 0.66% 0.21% -
HSV(B) 310.29º 0.8% 0.35% -
XYZ 5.55 3.03 7.13 -
YUV 45.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 88 18 76 0 0.80 0.14 0.65 310.29 0.66 0.21
Hex 58 12 4C 0 50 E 41 136 42 15
Octal 130 22 114 0 120 16 101 466 102 25
Binary 1011000 10010 1001100 0 1010000 1110 1000001 100110110 1000010 10101

Color Harmonies of #58124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58124C

Black with #58124C

Text Example


Text Example

White with #58124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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