Html Css Color HEX #58044C Tyrian Purple

📋 copy color: '#58044C'

red 88 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #58044C

Tints of Tyrian Purple #58044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 52.38%
G = 2.38%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58044C (or 0x58044C) is known color: Tyrian Purple. HEX triplet: 58, 04 and 4C. RGB value is (88,4,76). Sum of RGB (Red+Green+Blue) = 88+4+76=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58044C is #A7FBB3. Grayscale: #252525. Windows color (decimal): -11008948 or 4981848. OLE color: 4981848.

HSL color Cylindrical-coordinate representation of color #58044C: hue angle of 308.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58044C is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 4 76 -
CMYK 0 0.95 0.14 0.65
HSL 308.57º 0.91% 0.18% -
HSV(B) 308.57º 0.95% 0.35% -
XYZ 5.37 2.68 7.07 -
YUV 37.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 88 4 76 0 0.95 0.14 0.65 308.57 0.91 0.18
Hex 58 4 4C 0 5F E 41 135 5B 12
Octal 130 4 114 0 137 16 101 465 133 22
Binary 1011000 100 1001100 0 1011111 1110 1000001 100110101 1011011 10010

Color Harmonies of #58044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58044C

Black with #58044C

Text Example


Text Example

White with #58044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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