Html Css Color HEX #53003A Tyrian Purple

📋 copy color: '#53003A'

red 83 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #53003A

Tints of Tyrian Purple #53003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.87%
G = 0%
B = 41.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53003A (or 0x53003A) is known color: Tyrian Purple. HEX triplet: 53, 00 and 3A. RGB value is (83,0,58). Sum of RGB (Red+Green+Blue) = 83+0+58=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #53003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53003A is #ACFFC5. Grayscale: #1F1F1F. Windows color (decimal): -11337670 or 3801171. OLE color: 3801171.

HSL color Cylindrical-coordinate representation of color #53003A: hue angle of 318.07º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53003A is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 58 -
CMYK 0 1 0.30 0.67
HSL 318.07º 1% 0.16% -
HSV(B) 318.07º 1% 0.33% -
XYZ 4.33 2.14 4.19 -
YUV 31.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 83 0 58 0 1 0.30 0.67 318.07 1 0.16
Hex 53 0 3A 0 64 1E 43 13E 64 10
Octal 123 0 72 0 144 36 103 476 144 20
Binary 1010011 0 111010 0 1100100 11110 1000011 100111110 1100100 10000

Color Harmonies of #53003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53003A

Black with #53003A

Text Example


Text Example

White with #53003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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