#53003E

Color #53003E Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #53003E

Tints of Tyrian Purple #53003E

Color information

#53003E (or 0x53003E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 3E. RGB value is (83,0,62). Sum of RGB (Red+Green+Blue) = 83+0+62=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53003E is #ACFFC1. Grayscale: #1F1F1F. Windows color (decimal): -11337666 or 4063315. OLE color: 4063315.

HSL color Cylindrical-coordinate representation of color #53003E: hue angle of 315.18º 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 #53003E is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB83062-
CMYK010.250.67
HSL315.18º100%16.27%-
HSV(B)315.18º100%32.55%-
XYZ4.442.194.75-
YUV31.88145164.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 42.76%
R=57.24%
G=0%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83062010.250.67315.1810016.27
Hex5303E064194313b6410
Octal12307601443110347314420
Binary1010011011111001100100110011000011100111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53003E;
 }
 .AnyTagClassName
 {
   color: #53003E;
 }
</style>
background-color css

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

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

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

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

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

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