#630F49

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

Shades of Tyrian Purple #630F49

Tints of Tyrian Purple #630F49

Color information

#630F49 (or 0x630F49) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0F and 49. RGB value is (99,15,73). Sum of RGB (Red+Green+Blue) = 99+15+73=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F49 is #9CF0B6. Grayscale: #2E2E2E. Windows color (decimal): -10285239 or 4788067. OLE color: 4788067.

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

Color convert

RGB991573-
CMYK00.850.260.61
HSL318.57º73.68%22.35%-
HSV(B)318.57º84.85%38.82%-
XYZ6.523.486.63-
YUV46.73142.83165.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=52.94%
G=8.02%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99157300.850.260.61318.5773.6822.35
Hex63F490551A3D13f4a16
Octal143171110125327547711226
Binary1100011111110010010101010111010111101100111111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630F49; }

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

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

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

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

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

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

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

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