#630849

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

Shades of Tyrian Purple #630849

Tints of Tyrian Purple #630849

Color information

#630849 (or 0x630849) is unknown color: approx Tyrian Purple. HEX triplet: 63, 08 and 49. RGB value is (99,8,73). Sum of RGB (Red+Green+Blue) = 99+8+73=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #630849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630849 is #9CF7B6. Grayscale: #2A2A2A. Windows color (decimal): -10287031 or 4786275. OLE color: 4786275.

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

Color convert

RGB99873-
CMYK00.920.260.61
HSL317.14º85.05%20.98%-
HSV(B)317.14º91.92%38.82%-
XYZ6.443.316.6-
YUV42.62145.15168.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=55%
G=4.44%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9987300.920.260.61317.1485.0520.98
Hex6384905C1A3D13d5515
Octal143101110134327547512525
Binary1100011100010010010101110011010111101100111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630849; }

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

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

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

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

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

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

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

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