#630145

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

Shades of Tyrian Purple #630145

Tints of Tyrian Purple #630145

Color information

#630145 (or 0x630145) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 45. RGB value is (99,1,69). Sum of RGB (Red+Green+Blue) = 99+1+69=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #630145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630145 is #9CFEBA. Grayscale: #252525. Windows color (decimal): -10288827 or 4522339. OLE color: 4522339.

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

Color convert

RGB99169-
CMYK00.990.300.61
HSL318.37º98%19.61%-
HSV(B)318.37º98.99%38.82%-
XYZ6.233.15.9-
YUV38.05145.47171.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.58%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=58.58%
G=0.59%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9916900.990.300.61318.379819.61
Hex631450631E3D13e6214
Octal14311050143367547614224
Binary1100011110001010110001111110111101100111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630145; }

 p { color: rgb(99,1,69); }

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

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

 a { background-color: rgb(99,1,69); }

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

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

 span { border-color: rgb(99,1,69); }

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