Html Css Color HEX #53054C Tyrian Purple

📋 copy color: '#53054C'

red 83 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #53054C

Tints of Tyrian Purple #53054C

RGB

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

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

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

R = 50.61%
G = 3.05%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53054C (or 0x53054C) is known color: Tyrian Purple. HEX triplet: 53, 05 and 4C. RGB value is (83,5,76). Sum of RGB (Red+Green+Blue) = 83+5+76=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53054C is #ACFAB3. Grayscale: #242424. Windows color (decimal): -11336372 or 4982099. OLE color: 4982099.

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

Color convert

RGB 83 5 76 -
CMYK 0 0.94 0.08 0.67
HSL 305.38º 0.89% 0.17% -
HSV(B) 305.38º 0.94% 0.33% -
XYZ 4.93 2.47 7.05 -
YUV 36.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 83 5 76 0 0.94 0.08 0.67 305.38 0.89 0.17
Hex 53 5 4C 0 5E 8 43 131 59 11
Octal 123 5 114 0 136 10 103 461 131 21
Binary 1010011 101 1001100 0 1011110 1000 1000011 100110001 1011001 10001

Color Harmonies of #53054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53054C

Black with #53054C

Text Example


Text Example

White with #53054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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