Html Css Color HEX #53052F Tyrian Purple

📋 copy color: '#53052F'

red 83 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #53052F

Tints of Tyrian Purple #53052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.81%

R = 61.48%
G = 3.7%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53052F (or 0x53052F) is known color: Tyrian Purple. HEX triplet: 53, 05 and 2F. RGB value is (83,5,47). Sum of RGB (Red+Green+Blue) = 83+5+47=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53052F is #ACFAD0. Grayscale: #212121. Windows color (decimal): -11336401 or 3081555. OLE color: 3081555.

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

Color convert

RGB 83 5 47 -
CMYK 0 0.94 0.43 0.67
HSL 327.69º 0.89% 0.17% -
HSV(B) 327.69º 0.94% 0.33% -
XYZ 4.13 2.15 2.89 -
YUV 33.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 83 5 47 0 0.94 0.43 0.67 327.69 0.89 0.17
Hex 53 5 2F 0 5E 2B 43 148 59 11
Octal 123 5 57 0 136 53 103 510 131 21
Binary 1010011 101 101111 0 1011110 101011 1000011 101001000 1011001 10001

Color Harmonies of #53052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53052F

Black with #53052F

Text Example


Text Example

White with #53052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53052F; }

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

 H1.HeaderClassName
 {
   color: #53052F;
 }
 .AnyTagClassName
 {
   color: #53052F;
 }
</style>

background-color css

<style>
 a { background-color: #53052F; }

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

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

border-color css

<style>
 span { border-color: #53052F; }

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

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