#630649

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

Shades of Tyrian Purple #630649

Tints of Tyrian Purple #630649

Color information

#630649 (or 0x630649) is unknown color: approx Tyrian Purple. HEX triplet: 63, 06 and 49. RGB value is (99,6,73). Sum of RGB (Red+Green+Blue) = 99+6+73=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #630649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630649 is #9CF9B6. Grayscale: #292929. Windows color (decimal): -10287543 or 4785763. OLE color: 4785763.

HSL color Cylindrical-coordinate representation of color #630649: hue angle of 316.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630649 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB99673-
CMYK00.940.260.61
HSL316.77º88.57%20.59%-
HSV(B)316.77º93.94%38.82%-
XYZ6.413.266.6-
YUV41.44145.81169.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=55.62%
G=3.37%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9967300.940.260.61316.7788.5720.59
Hex6364905E1A3D13d5915
Octal14361110136327547513125
Binary110001111010010010101111011010111101100111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630649; }

 p { color: rgb(99,6,73); }

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

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

 a { background-color: rgb(99,6,73); }

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

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

 span { border-color: rgb(99,6,73); }

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