#630045

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

Shades of Tyrian Purple #630045

Tints of Tyrian Purple #630045

Color information

#630045 (or 0x630045) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 45. RGB value is (99,0,69). Sum of RGB (Red+Green+Blue) = 99+0+69=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #630045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630045 is #9CFFBA. Grayscale: #252525. Windows color (decimal): -10289083 or 4522083. OLE color: 4522083.

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

Color convert

RGB99069-
CMYK010.300.61
HSL318.18º100%19.41%-
HSV(B)318.18º100%38.82%-
XYZ6.223.085.9-
YUV37.47145.8171.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=58.93%
G=0%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99069010.300.61318.1810019.41
Hex630450641E3D13e6413
Octal14301050144367547614423
Binary1100011010001010110010011110111101100111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630045; }

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

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

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

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

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

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

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

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