Html Css Color HEX #53063B Tyrian Purple

📋 copy color: '#53063B'

red 83 ◦ green 6 ◦ blue 59

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

Shades of Tyrian Purple #53063B

Tints of Tyrian Purple #53063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 56.08%
G = 4.05%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53063B (or 0x53063B) is known color: Tyrian Purple. HEX triplet: 53, 06 and 3B. RGB value is (83,6,59). Sum of RGB (Red+Green+Blue) = 83+6+59=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53063B is #ACF9C4. Grayscale: #222222. Windows color (decimal): -11336133 or 3868243. OLE color: 3868243.

HSL color Cylindrical-coordinate representation of color #53063B: hue angle of 318.7º 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 #53063B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 6 59 -
CMYK 0 0.93 0.29 0.67
HSL 318.7º 0.87% 0.17% -
HSV(B) 318.7º 0.93% 0.33% -
XYZ 4.42 2.29 4.35 -
YUV 35.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 83 6 59 0 0.93 0.29 0.67 318.7 0.87 0.17
Hex 53 6 3B 0 5D 1D 43 13F 57 11
Octal 123 6 73 0 135 35 103 477 127 21
Binary 1010011 110 111011 0 1011101 11101 1000011 100111111 1010111 10001

Color Harmonies of #53063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53063B

Black with #53063B

Text Example


Text Example

White with #53063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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