Html Css Color HEX #53052E Tyrian Purple

📋 copy color: '#53052E'

red 83 ◦ green 5 ◦ blue 46

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

Shades of Tyrian Purple #53052E

Tints of Tyrian Purple #53052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 61.94%
G = 3.73%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53052E (or 0x53052E) is known color: Tyrian Purple. HEX triplet: 53, 05 and 2E. RGB value is (83,5,46). Sum of RGB (Red+Green+Blue) = 83+5+46=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53052E is #ACFAD1. Grayscale: #202020. Windows color (decimal): -11336402 or 3016019. OLE color: 3016019.

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

Color convert

RGB 83 5 46 -
CMYK 0 0.94 0.45 0.67
HSL 328.46º 0.89% 0.17% -
HSV(B) 328.46º 0.94% 0.33% -
XYZ 4.11 2.14 2.78 -
YUV 33 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 83 5 46 0 0.94 0.45 0.67 328.46 0.89 0.17
Hex 53 5 2E 0 5E 2D 43 148 59 11
Octal 123 5 56 0 136 55 103 510 131 21
Binary 1010011 101 101110 0 1011110 101101 1000011 101001000 1011001 10001

Color Harmonies of #53052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53052E

Black with #53052E

Text Example


Text Example

White with #53052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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