Html Css Color HEX #53033A Tyrian Purple

📋 copy color: '#53033A'

red 83 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #53033A

Tints of Tyrian Purple #53033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.28%

R = 57.64%
G = 2.08%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53033A (or 0x53033A) is known color: Tyrian Purple. HEX triplet: 53, 03 and 3A. RGB value is (83,3,58). Sum of RGB (Red+Green+Blue) = 83+3+58=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53033A is #ACFCC5. Grayscale: #212121. Windows color (decimal): -11336902 or 3801939. OLE color: 3801939.

HSL color Cylindrical-coordinate representation of color #53033A: hue angle of 318.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 #53033A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 58 -
CMYK 0 0.96 0.30 0.67
HSL 318.75º 0.93% 0.17% -
HSV(B) 318.75º 0.96% 0.33% -
XYZ 4.36 2.21 4.2 -
YUV 33.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 83 3 58 0 0.96 0.30 0.67 318.75 0.93 0.17
Hex 53 3 3A 0 60 1E 43 13F 5D 11
Octal 123 3 72 0 140 36 103 477 135 21
Binary 1010011 11 111010 0 1100000 11110 1000011 100111111 1011101 10001

Color Harmonies of #53033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53033A

Black with #53033A

Text Example


Text Example

White with #53033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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