Html Css Color HEX #53004B Tyrian Purple

📋 copy color: '#53004B'

red 83 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #53004B

Tints of Tyrian Purple #53004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.53%
G = 0%
B = 47.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53004B (or 0x53004B) is known color: Tyrian Purple. HEX triplet: 53, 00 and 4B. RGB value is (83,0,75). Sum of RGB (Red+Green+Blue) = 83+0+75=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53004B is #ACFFB4. Grayscale: #212121. Windows color (decimal): -11337653 or 4915283. OLE color: 4915283.

HSL color Cylindrical-coordinate representation of color #53004B: hue angle of 305.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53004B is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 75 -
CMYK 0 1 0.10 0.67
HSL 305.78º 1% 0.16% -
HSV(B) 305.78º 1% 0.33% -
XYZ 4.84 2.35 6.85 -
YUV 33.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 83 0 75 0 1 0.10 0.67 305.78 1 0.16
Hex 53 0 4B 0 64 A 43 132 64 10
Octal 123 0 113 0 144 12 103 462 144 20
Binary 1010011 0 1001011 0 1100100 1010 1000011 100110010 1100100 10000

Color Harmonies of #53004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53004B

Black with #53004B

Text Example


Text Example

White with #53004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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