Html Css Color HEX #53093E Tyrian Purple

📋 copy color: '#53093E'

red 83 ◦ green 9 ◦ blue 62

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

Shades of Tyrian Purple #53093E

Tints of Tyrian Purple #53093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 53.9%
G = 5.84%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53093E (or 0x53093E) is known color: Tyrian Purple. HEX triplet: 53, 09 and 3E. RGB value is (83,9,62). Sum of RGB (Red+Green+Blue) = 83+9+62=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53093E is #ACF6C1. Grayscale: #252525. Windows color (decimal): -11335362 or 4065619. OLE color: 4065619.

HSL color Cylindrical-coordinate representation of color #53093E: hue angle of 317.03º 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 #53093E is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 62 -
CMYK 0 0.89 0.25 0.67
HSL 317.03º 0.8% 0.18% -
HSV(B) 317.03º 0.89% 0.33% -
XYZ 4.53 2.38 4.78 -
YUV 37.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 83 9 62 0 0.89 0.25 0.67 317.03 0.8 0.18
Hex 53 9 3E 0 59 19 43 13D 50 12
Octal 123 11 76 0 131 31 103 475 120 22
Binary 1010011 1001 111110 0 1011001 11001 1000011 100111101 1010000 10010

Color Harmonies of #53093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53093E

Black with #53093E

Text Example


Text Example

White with #53093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53093E; }

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

 H1.HeaderClassName
 {
   color: #53093E;
 }
 .AnyTagClassName
 {
   color: #53093E;
 }
</style>

background-color css

<style>
 a { background-color: #53093E; }

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

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

border-color css

<style>
 span { border-color: #53093E; }

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

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