Html Css Color HEX #53093F Tyrian Purple

📋 copy color: '#53093F'

red 83 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #53093F

Tints of Tyrian Purple #53093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.65%

R = 53.55%
G = 5.81%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53093F (or 0x53093F) is known color: Tyrian Purple. HEX triplet: 53, 09 and 3F. RGB value is (83,9,63). Sum of RGB (Red+Green+Blue) = 83+9+63=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #53093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53093F is #ACF6C0. Grayscale: #252525. Windows color (decimal): -11335361 or 4131155. OLE color: 4131155.

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

Color convert

RGB 83 9 63 -
CMYK 0 0.89 0.24 0.67
HSL 316.22º 0.8% 0.18% -
HSV(B) 316.22º 0.89% 0.33% -
XYZ 4.56 2.39 4.92 -
YUV 37.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 83 9 63 0 0.89 0.24 0.67 316.22 0.8 0.18
Hex 53 9 3F 0 59 18 43 13C 50 12
Octal 123 11 77 0 131 30 103 474 120 22
Binary 1010011 1001 111111 0 1011001 11000 1000011 100111100 1010000 10010

Color Harmonies of #53093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53093F

Black with #53093F

Text Example


Text Example

White with #53093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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