Html Css Color HEX #53054E Tyrian Purple

📋 copy color: '#53054E'

red 83 ◦ green 5 ◦ blue 78

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

Shades of Tyrian Purple #53054E

Tints of Tyrian Purple #53054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 50%
G = 3.01%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53054E (or 0x53054E) is known color: Tyrian Purple. HEX triplet: 53, 05 and 4E. RGB value is (83,5,78). Sum of RGB (Red+Green+Blue) = 83+5+78=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53054E is #ACFAB1. Grayscale: #242424. Windows color (decimal): -11336370 or 5113171. OLE color: 5113171.

HSL color Cylindrical-coordinate representation of color #53054E: hue angle of 303.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53054E is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 78 -
CMYK 0 0.94 0.06 0.67
HSL 303.85º 0.89% 0.17% -
HSV(B) 303.85º 0.94% 0.33% -
XYZ 5 2.5 7.43 -
YUV 36.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 83 5 78 0 0.94 0.06 0.67 303.85 0.89 0.17
Hex 53 5 4E 0 5E 6 43 130 59 11
Octal 123 5 116 0 136 6 103 460 131 21
Binary 1010011 101 1001110 0 1011110 110 1000011 100110000 1011001 10001

Color Harmonies of #53054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53054E

Black with #53054E

Text Example


Text Example

White with #53054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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