Html Css Color HEX #53032E Tyrian Purple

📋 copy color: '#53032E'

red 83 ◦ green 3 ◦ blue 46

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

Shades of Tyrian Purple #53032E

Tints of Tyrian Purple #53032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 62.88%
G = 2.27%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53032E (or 0x53032E) is known color: Tyrian Purple. HEX triplet: 53, 03 and 2E. RGB value is (83,3,46). Sum of RGB (Red+Green+Blue) = 83+3+46=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53032E is #ACFCD1. Grayscale: #1F1F1F. Windows color (decimal): -11336914 or 3015507. OLE color: 3015507.

HSL color Cylindrical-coordinate representation of color #53032E: hue angle of 327.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53032E is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 46 -
CMYK 0 0.96 0.45 0.67
HSL 327.75º 0.93% 0.17% -
HSV(B) 327.75º 0.96% 0.33% -
XYZ 4.09 2.1 2.77 -
YUV 31.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 83 3 46 0 0.96 0.45 0.67 327.75 0.93 0.17
Hex 53 3 2E 0 60 2D 43 148 5D 11
Octal 123 3 56 0 140 55 103 510 135 21
Binary 1010011 11 101110 0 1100000 101101 1000011 101001000 1011101 10001

Color Harmonies of #53032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53032E

Black with #53032E

Text Example


Text Example

White with #53032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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