Html Css Color HEX #53022B Tyrian Purple

📋 copy color: '#53022B'

red 83 ◦ green 2 ◦ blue 43

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

Shades of Tyrian Purple #53022B

Tints of Tyrian Purple #53022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.56%

 BLUE value IS 43 (17.19% from 255) = 33.59%

R = 64.84%
G = 1.56%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53022B (or 0x53022B) is known color: Tyrian Purple. HEX triplet: 53, 02 and 2B. RGB value is (83,2,43). Sum of RGB (Red+Green+Blue) = 83+2+43=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53022B is #ACFDD4. Grayscale: #1E1E1E. Windows color (decimal): -11337173 or 2818643. OLE color: 2818643.

HSL color Cylindrical-coordinate representation of color #53022B: hue angle of 329.63º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53022B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 2 43 -
CMYK 0 0.98 0.48 0.67
HSL 329.63º 0.95% 0.17% -
HSV(B) 329.63º 0.98% 0.33% -
XYZ 4.03 2.06 2.47 -
YUV 30.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 83 2 43 0 0.98 0.48 0.67 329.63 0.95 0.17
Hex 53 2 2B 0 62 30 43 14A 5F 11
Octal 123 2 53 0 142 60 103 512 137 21
Binary 1010011 10 101011 0 1100010 110000 1000011 101001010 1011111 10001

Color Harmonies of #53022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53022B

Black with #53022B

Text Example


Text Example

White with #53022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,2,43); }

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

background-color css

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

 a { background-color: rgb(83,2,43); }

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

border-color css

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

 span { border-color: rgb(83,2,43); }

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