Html Css Color HEX #53093B Tyrian Purple

📋 copy color: '#53093B'

red 83 ◦ green 9 ◦ blue 59

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

Shades of Tyrian Purple #53093B

Tints of Tyrian Purple #53093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.07%

R = 54.97%
G = 5.96%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53093B (or 0x53093B) is known color: Tyrian Purple. HEX triplet: 53, 09 and 3B. RGB value is (83,9,59). Sum of RGB (Red+Green+Blue) = 83+9+59=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53093B is #ACF6C4. Grayscale: #242424. Windows color (decimal): -11335365 or 3869011. OLE color: 3869011.

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

Color convert

RGB 83 9 59 -
CMYK 0 0.89 0.29 0.67
HSL 319.46º 0.8% 0.18% -
HSV(B) 319.46º 0.89% 0.33% -
XYZ 4.45 2.35 4.36 -
YUV 36.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 83 9 59 0 0.89 0.29 0.67 319.46 0.8 0.18
Hex 53 9 3B 0 59 1D 43 13F 50 12
Octal 123 11 73 0 131 35 103 477 120 22
Binary 1010011 1001 111011 0 1011001 11101 1000011 100111111 1010000 10010

Color Harmonies of #53093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53093B

Black with #53093B

Text Example


Text Example

White with #53093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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