Html Css Color HEX #53094D Tyrian Purple

📋 copy color: '#53094D'

red 83 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #53094D

Tints of Tyrian Purple #53094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.33%

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

R = 49.11%
G = 5.33%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53094D (or 0x53094D) is known color: Tyrian Purple. HEX triplet: 53, 09 and 4D. RGB value is (83,9,77). Sum of RGB (Red+Green+Blue) = 83+9+77=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53094D is #ACF6B2. Grayscale: #262626. Windows color (decimal): -11335347 or 5048659. OLE color: 5048659.

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

Color convert

RGB 83 9 77 -
CMYK 0 0.89 0.07 0.67
HSL 304.86º 0.8% 0.18% -
HSV(B) 304.86º 0.89% 0.33% -
XYZ 5 2.57 7.25 -
YUV 38.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 83 9 77 0 0.89 0.07 0.67 304.86 0.8 0.18
Hex 53 9 4D 0 59 7 43 131 50 12
Octal 123 11 115 0 131 7 103 461 120 22
Binary 1010011 1001 1001101 0 1011001 111 1000011 100110001 1010000 10010

Color Harmonies of #53094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53094D

Black with #53094D

Text Example


Text Example

White with #53094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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