#630044

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

Shades of Tyrian Purple #630044

Tints of Tyrian Purple #630044

Color information

#630044 (or 0x630044) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 44. RGB value is (99,0,68). Sum of RGB (Red+Green+Blue) = 99+0+68=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #630044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630044 is #9CFFBB. Grayscale: #252525. Windows color (decimal): -10289084 or 4456547. OLE color: 4456547.

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

Color convert

RGB99068-
CMYK010.310.61
HSL318.79º100%19.41%-
HSV(B)318.79º100%38.82%-
XYZ6.193.075.74-
YUV37.35145.3171.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=59.28%
G=0%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99068010.310.61318.7910019.41
Hex630440641F3D13f6413
Octal14301040144377547714423
Binary1100011010001000110010011111111101100111111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630044; }

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

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

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

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

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

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

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

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