Html Css Color HEX #53064A Tyrian Purple

📋 copy color: '#53064A'

red 83 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #53064A

Tints of Tyrian Purple #53064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 74 (29.3% from 255) = 45.4%

R = 50.92%
G = 3.68%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53064A (or 0x53064A) is known color: Tyrian Purple. HEX triplet: 53, 06 and 4A. RGB value is (83,6,74). Sum of RGB (Red+Green+Blue) = 83+6+74=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53064A is #ACF9B5. Grayscale: #242424. Windows color (decimal): -11336118 or 4851283. OLE color: 4851283.

HSL color Cylindrical-coordinate representation of color #53064A: hue angle of 307.01º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53064A is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 6 74 -
CMYK 0 0.93 0.11 0.67
HSL 307.01º 0.87% 0.17% -
HSV(B) 307.01º 0.93% 0.33% -
XYZ 4.87 2.46 6.7 -
YUV 36.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 83 6 74 0 0.93 0.11 0.67 307.01 0.87 0.17
Hex 53 6 4A 0 5D B 43 133 57 11
Octal 123 6 112 0 135 13 103 463 127 21
Binary 1010011 110 1001010 0 1011101 1011 1000011 100110011 1010111 10001

Color Harmonies of #53064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53064A

Black with #53064A

Text Example


Text Example

White with #53064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53064A; }

 p { color: rgb(83,6,74); }

 H1.HeaderClassName
 {
   color: #53064A;
 }
 .AnyTagClassName
 {
   color: #53064A;
 }
</style>

background-color css

<style>
 a { background-color: #53064A; }

 a { background-color: rgb(83,6,74); }

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

border-color css

<style>
 span { border-color: #53064A; }

 span { border-color: rgb(83,6,74); }

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