#630047

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

Shades of Tyrian Purple #630047

Tints of Tyrian Purple #630047

Color information

#630047 (or 0x630047) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 47. RGB value is (99,0,71). Sum of RGB (Red+Green+Blue) = 99+0+71=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #630047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630047 is #9CFFB8. Grayscale: #252525. Windows color (decimal): -10289081 or 4653155. OLE color: 4653155.

HSL color Cylindrical-coordinate representation of color #630047: hue angle of 316.97º 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 #630047 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB99071-
CMYK010.280.61
HSL316.97º100%19.41%-
HSV(B)316.97º100%38.82%-
XYZ6.283.116.23-
YUV37.7146.8171.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=58.24%
G=0%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99071010.280.61316.9710019.41
Hex630470641C3D13d6413
Octal14301070144347547514423
Binary1100011010001110110010011100111101100111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630047; }

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

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

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

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

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

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

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

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