Html Css Color HEX #53094E Tyrian Purple

📋 copy color: '#53094E'

red 83 ◦ green 9 ◦ blue 78

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

Shades of Tyrian Purple #53094E

Tints of Tyrian Purple #53094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 48.82%
G = 5.29%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53094E (or 0x53094E) is known color: Tyrian Purple. HEX triplet: 53, 09 and 4E. RGB value is (83,9,78). Sum of RGB (Red+Green+Blue) = 83+9+78=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #53094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53094E is #ACF6B1. Grayscale: #262626. Windows color (decimal): -11335346 or 5114195. OLE color: 5114195.

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

Color convert

RGB 83 9 78 -
CMYK 0 0.89 0.06 0.67
HSL 304.05º 0.8% 0.18% -
HSV(B) 304.05º 0.89% 0.33% -
XYZ 5.04 2.58 7.44 -
YUV 38.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 83 9 78 0 0.89 0.06 0.67 304.05 0.8 0.18
Hex 53 9 4E 0 59 6 43 130 50 12
Octal 123 11 116 0 131 6 103 460 120 22
Binary 1010011 1001 1001110 0 1011001 110 1000011 100110000 1010000 10010

Color Harmonies of #53094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53094E

Black with #53094E

Text Example


Text Example

White with #53094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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