Html Css Color HEX #53034D Tyrian Purple

📋 copy color: '#53034D'

red 83 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #53034D

Tints of Tyrian Purple #53034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.84%

 BLUE value IS 77 (30.47% from 255) = 47.24%

R = 50.92%
G = 1.84%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53034D (or 0x53034D) is known color: Tyrian Purple. HEX triplet: 53, 03 and 4D. RGB value is (83,3,77). Sum of RGB (Red+Green+Blue) = 83+3+77=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53034D is #ACFCB2. Grayscale: #232323. Windows color (decimal): -11336883 or 5047123. OLE color: 5047123.

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

Color convert

RGB 83 3 77 -
CMYK 0 0.96 0.07 0.67
HSL 304.5º 0.93% 0.17% -
HSV(B) 304.5º 0.96% 0.33% -
XYZ 4.94 2.44 7.23 -
YUV 35.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 83 3 77 0 0.96 0.07 0.67 304.5 0.93 0.17
Hex 53 3 4D 0 60 7 43 130 5D 11
Octal 123 3 115 0 140 7 103 460 135 21
Binary 1010011 11 1001101 0 1100000 111 1000011 100110000 1011101 10001

Color Harmonies of #53034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53034D

Black with #53034D

Text Example


Text Example

White with #53034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53034D; }

 p { color: rgb(83,3,77); }

 H1.HeaderClassName
 {
   color: #53034D;
 }
 .AnyTagClassName
 {
   color: #53034D;
 }
</style>

background-color css

<style>
 a { background-color: #53034D; }

 a { background-color: rgb(83,3,77); }

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

border-color css

<style>
 span { border-color: #53034D; }

 span { border-color: rgb(83,3,77); }

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