Html Css Color HEX #53063C Tyrian Purple

📋 copy color: '#53063C'

red 83 ◦ green 6 ◦ blue 60

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

Shades of Tyrian Purple #53063C

Tints of Tyrian Purple #53063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

 BLUE value IS 60 (23.83% from 255) = 40.27%

R = 55.7%
G = 4.03%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53063C (or 0x53063C) is known color: Tyrian Purple. HEX triplet: 53, 06 and 3C. RGB value is (83,6,60). Sum of RGB (Red+Green+Blue) = 83+6+60=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53063C is #ACF9C3. Grayscale: #232323. Windows color (decimal): -11336132 or 3933779. OLE color: 3933779.

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

Color convert

RGB 83 6 60 -
CMYK 0 0.93 0.28 0.67
HSL 317.92º 0.87% 0.17% -
HSV(B) 317.92º 0.93% 0.33% -
XYZ 4.45 2.3 4.48 -
YUV 35.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 83 6 60 0 0.93 0.28 0.67 317.92 0.87 0.17
Hex 53 6 3C 0 5D 1C 43 13E 57 11
Octal 123 6 74 0 135 34 103 476 127 21
Binary 1010011 110 111100 0 1011101 11100 1000011 100111110 1010111 10001

Color Harmonies of #53063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53063C

Black with #53063C

Text Example


Text Example

White with #53063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53063C; }

 p { color: rgb(83,6,60); }

 H1.HeaderClassName
 {
   color: #53063C;
 }
 .AnyTagClassName
 {
   color: #53063C;
 }
</style>

background-color css

<style>
 a { background-color: #53063C; }

 a { background-color: rgb(83,6,60); }

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

border-color css

<style>
 span { border-color: #53063C; }

 span { border-color: rgb(83,6,60); }

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