Html Css Color HEX #58144A Tyrian Purple

📋 copy color: '#58144A'

red 88 ◦ green 20 ◦ blue 74

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

Shades of Tyrian Purple #58144A

Tints of Tyrian Purple #58144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 48.35%
G = 10.99%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58144A (or 0x58144A) is known color: Tyrian Purple. HEX triplet: 58, 14 and 4A. RGB value is (88,20,74). Sum of RGB (Red+Green+Blue) = 88+20+74=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58144A is #A7EBB5. Grayscale: #2E2E2E. Windows color (decimal): -11004854 or 4854872. OLE color: 4854872.

HSL color Cylindrical-coordinate representation of color #58144A: hue angle of 312.35º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58144A is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 74 -
CMYK 0 0.77 0.16 0.65
HSL 312.35º 0.63% 0.21% -
HSV(B) 312.35º 0.77% 0.35% -
XYZ 5.51 3.07 6.78 -
YUV 46.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 88 20 74 0 0.77 0.16 0.65 312.35 0.63 0.21
Hex 58 14 4A 0 4D 10 41 138 3F 15
Octal 130 24 112 0 115 20 101 470 77 25
Binary 1011000 10100 1001010 0 1001101 10000 1000001 100111000 111111 10101

Color Harmonies of #58144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58144A

Black with #58144A

Text Example


Text Example

White with #58144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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