#630346

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

Shades of Tyrian Purple #630346

Tints of Tyrian Purple #630346

Color information

#630346 (or 0x630346) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 46. RGB value is (99,3,70). Sum of RGB (Red+Green+Blue) = 99+3+70=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #630346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630346 is #9CFCB9. Grayscale: #272727. Windows color (decimal): -10288314 or 4588387. OLE color: 4588387.

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

Color convert

RGB99370-
CMYK00.970.290.61
HSL318.12º94.12%20%-
HSV(B)318.12º96.97%38.82%-
XYZ6.283.166.07-
YUV39.34145.3170.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=57.56%
G=1.74%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9937000.970.290.61318.1294.1220
Hex633460611D3D13e5e14
Octal14331060141357547613624
Binary11000111110001100110000111101111101100111110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630346; }

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

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

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

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

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

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

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

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