#630549

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

Shades of Tyrian Purple #630549

Tints of Tyrian Purple #630549

Color information

#630549 (or 0x630549) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 49. RGB value is (99,5,73). Sum of RGB (Red+Green+Blue) = 99+5+73=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #630549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630549 is #9CFAB6. Grayscale: #282828. Windows color (decimal): -10287799 or 4785507. OLE color: 4785507.

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

Color convert

RGB99573-
CMYK00.950.260.61
HSL316.6º90.38%20.39%-
HSV(B)316.6º94.95%38.82%-
XYZ6.43.246.59-
YUV40.86146.14169.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=55.93%
G=2.82%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9957300.950.260.61316.690.3820.39
Hex6354905F1A3D13d5a14
Octal14351110137327547513224
Binary110001110110010010101111111010111101100111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630549; }

 p { color: rgb(99,5,73); }

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

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

 a { background-color: rgb(99,5,73); }

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

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

 span { border-color: rgb(99,5,73); }

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