#631044

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

Shades of Tyrian Purple #631044

Tints of Tyrian Purple #631044

Color information

#631044 (or 0x631044) is unknown color: approx Tyrian Purple. HEX triplet: 63, 10 and 44. RGB value is (99,16,68). Sum of RGB (Red+Green+Blue) = 99+16+68=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #631044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631044 is #9CEFBB. Grayscale: #2E2E2E. Windows color (decimal): -10284988 or 4460643. OLE color: 4460643.

HSL color Cylindrical-coordinate representation of color #631044: hue angle of 322.41º 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 #631044 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB991668-
CMYK00.840.310.61
HSL322.41º72.17%22.55%-
HSV(B)322.41º83.84%38.82%-
XYZ6.373.445.8-
YUV46.74140165.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=54.10%
G=8.74%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99166800.840.310.61322.4172.1722.55
Hex6310440541F3D1424817
Octal143201040124377550211027
Binary11000111000010001000101010011111111101101000010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631044; }

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

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

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

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

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

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

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

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