Html Css Color HEX #53034C Tyrian Purple

📋 copy color: '#53034C'

red 83 ◦ green 3 ◦ blue 76

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

Shades of Tyrian Purple #53034C

Tints of Tyrian Purple #53034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.91%

R = 51.23%
G = 1.85%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53034C (or 0x53034C) is known color: Tyrian Purple. HEX triplet: 53, 03 and 4C. RGB value is (83,3,76). Sum of RGB (Red+Green+Blue) = 83+3+76=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53034C is #ACFCB3. Grayscale: #232323. Windows color (decimal): -11336884 or 4981587. OLE color: 4981587.

HSL color Cylindrical-coordinate representation of color #53034C: hue angle of 305.25º 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 #53034C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 76 -
CMYK 0 0.96 0.08 0.67
HSL 305.25º 0.93% 0.17% -
HSV(B) 305.25º 0.96% 0.33% -
XYZ 4.9 2.43 7.05 -
YUV 35.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 83 3 76 0 0.96 0.08 0.67 305.25 0.93 0.17
Hex 53 3 4C 0 60 8 43 131 5D 11
Octal 123 3 114 0 140 10 103 461 135 21
Binary 1010011 11 1001100 0 1100000 1000 1000011 100110001 1011101 10001

Color Harmonies of #53034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53034C

Black with #53034C

Text Example


Text Example

White with #53034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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