#630446

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

Shades of Tyrian Purple #630446

Tints of Tyrian Purple #630446

Color information

#630446 (or 0x630446) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 46. RGB value is (99,4,70). Sum of RGB (Red+Green+Blue) = 99+4+70=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #630446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630446 is #9CFBB9. Grayscale: #272727. Windows color (decimal): -10288058 or 4588643. OLE color: 4588643.

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

Color convert

RGB99470-
CMYK00.960.290.61
HSL318.32º92.23%20.2%-
HSV(B)318.32º95.96%38.82%-
XYZ6.293.186.08-
YUV39.93144.97170.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=57.23%
G=2.31%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9947000.960.290.61318.3292.2320.2
Hex634460601D3D13e5c14
Octal14341060140357547613424
Binary110001110010001100110000011101111101100111110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630446; }

 p { color: rgb(99,4,70); }

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

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

 a { background-color: rgb(99,4,70); }

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

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

 span { border-color: rgb(99,4,70); }

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