Html Css Color HEX #53054B Tyrian Purple

📋 copy color: '#53054B'

red 83 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #53054B

Tints of Tyrian Purple #53054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.01%

R = 50.92%
G = 3.07%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53054B (or 0x53054B) is known color: Tyrian Purple. HEX triplet: 53, 05 and 4B. RGB value is (83,5,75). Sum of RGB (Red+Green+Blue) = 83+5+75=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53054B is #ACFAB4. Grayscale: #242424. Windows color (decimal): -11336373 or 4916563. OLE color: 4916563.

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

Color convert

RGB 83 5 75 -
CMYK 0 0.94 0.10 0.67
HSL 306.15º 0.89% 0.17% -
HSV(B) 306.15º 0.94% 0.33% -
XYZ 4.89 2.46 6.87 -
YUV 36.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 83 5 75 0 0.94 0.10 0.67 306.15 0.89 0.17
Hex 53 5 4B 0 5E A 43 132 59 11
Octal 123 5 113 0 136 12 103 462 131 21
Binary 1010011 101 1001011 0 1011110 1010 1000011 100110010 1011001 10001

Color Harmonies of #53054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53054B

Black with #53054B

Text Example


Text Example

White with #53054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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