#631046

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

Shades of Tyrian Purple #631046

Tints of Tyrian Purple #631046

Color information

#631046 (or 0x631046) is unknown color: approx Tyrian Purple. HEX triplet: 63, 10 and 46. RGB value is (99,16,70). Sum of RGB (Red+Green+Blue) = 99+16+70=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #631046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631046 is #9CEFB9. Grayscale: #2E2E2E. Windows color (decimal): -10284986 or 4591715. OLE color: 4591715.

HSL color Cylindrical-coordinate representation of color #631046: hue angle of 320.96º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631046 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB991670-
CMYK00.840.290.61
HSL320.96º72.17%22.55%-
HSV(B)320.96º83.84%38.82%-
XYZ6.443.476.12-
YUV46.97141165.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=53.51%
G=8.65%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99167000.840.290.61320.9672.1722.55
Hex6310460541D3D1414817
Octal143201060124357550111027
Binary11000111000010001100101010011101111101101000001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631046; }

 p { color: rgb(99,16,70); }

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

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

 a { background-color: rgb(99,16,70); }

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

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

 span { border-color: rgb(99,16,70); }

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