#631139

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

Shades of Tyrian Purple #631139

Tints of Tyrian Purple #631139

Color information

#631139 (or 0x631139) is unknown color: approx Tyrian Purple. HEX triplet: 63, 11 and 39. RGB value is (99,17,57). Sum of RGB (Red+Green+Blue) = 99+17+57=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631139 is #9CEEC6. Grayscale: #2E2E2E. Windows color (decimal): -10284743 or 3740003. OLE color: 3740003.

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

Color convert

RGB991757-
CMYK00.830.420.61
HSL330.73º70.69%22.75%-
HSV(B)330.73º82.83%38.82%-
XYZ6.083.354.2-
YUV46.08134.17165.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=57.23%
G=9.83%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99175700.830.420.61330.7370.6922.75
Hex6311390532A3D14b4717
Octal14321710123527551310727
Binary11000111000111100101010011101010111101101001011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631139; }

 p { color: rgb(99,17,57); }

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

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

 a { background-color: rgb(99,17,57); }

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

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

 span { border-color: rgb(99,17,57); }

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