Html Css Color HEX #53054D Tyrian Purple

📋 copy color: '#53054D'

red 83 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #53054D

Tints of Tyrian Purple #53054D

RGB

 RED value IS 83 (32.81% from 255) = 50.3%

 GREEN value IS 5 (2.34% from 255) = 3.03%

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 50.3%
G = 3.03%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53054D (or 0x53054D) is known color: Tyrian Purple. HEX triplet: 53, 05 and 4D. RGB value is (83,5,77). Sum of RGB (Red+Green+Blue) = 83+5+77=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53054D is #ACFAB2. Grayscale: #242424. Windows color (decimal): -11336371 or 5047635. OLE color: 5047635.

HSL color Cylindrical-coordinate representation of color #53054D: hue angle of 304.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53054D is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 77 -
CMYK 0 0.94 0.07 0.67
HSL 304.62º 0.89% 0.17% -
HSV(B) 304.62º 0.94% 0.33% -
XYZ 4.96 2.48 7.24 -
YUV 36.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 83 5 77 0 0.94 0.07 0.67 304.62 0.89 0.17
Hex 53 5 4D 0 5E 7 43 131 59 11
Octal 123 5 115 0 136 7 103 461 131 21
Binary 1010011 101 1001101 0 1011110 111 1000011 100110001 1011001 10001

Color Harmonies of #53054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53054D

Black with #53054D

Text Example


Text Example

White with #53054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53054D; }

 p { color: rgb(83,5,77); }

 H1.HeaderClassName
 {
   color: #53054D;
 }
 .AnyTagClassName
 {
   color: #53054D;
 }
</style>

background-color css

<style>
 a { background-color: #53054D; }

 a { background-color: rgb(83,5,77); }

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

border-color css

<style>
 span { border-color: #53054D; }

 span { border-color: rgb(83,5,77); }

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