Html Css Color HEX #53022A Tyrian Purple

📋 copy color: '#53022A'

red 83 ◦ green 2 ◦ blue 42

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

Shades of Tyrian Purple #53022A

Tints of Tyrian Purple #53022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.07%

R = 65.35%
G = 1.57%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53022A (or 0x53022A) is known color: Tyrian Purple. HEX triplet: 53, 02 and 2A. RGB value is (83,2,42). Sum of RGB (Red+Green+Blue) = 83+2+42=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53022A is #ACFDD5. Grayscale: #1E1E1E. Windows color (decimal): -11337174 or 2753107. OLE color: 2753107.

HSL color Cylindrical-coordinate representation of color #53022A: hue angle of 330.37º 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 #53022A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 2 42 -
CMYK 0 0.98 0.49 0.67
HSL 330.37º 0.95% 0.17% -
HSV(B) 330.37º 0.98% 0.33% -
XYZ 4.01 2.05 2.37 -
YUV 30.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 83 2 42 0 0.98 0.49 0.67 330.37 0.95 0.17
Hex 53 2 2A 0 62 31 43 14A 5F 11
Octal 123 2 52 0 142 61 103 512 137 21
Binary 1010011 10 101010 0 1100010 110001 1000011 101001010 1011111 10001

Color Harmonies of #53022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53022A

Black with #53022A

Text Example


Text Example

White with #53022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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