#630776

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

Shades of Purple #630776

Tints of Purple #630776

Color information

#630776 (or 0x630776) is unknown color: approx Purple. HEX triplet: 63, 07 and 76. RGB value is (99,7,118). Sum of RGB (Red+Green+Blue) = 99+7+118=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #630776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630776 is #9CF889. Grayscale: #2E2E2E. Windows color (decimal): -10287242 or 7735139. OLE color: 7735139.

HSL color Cylindrical-coordinate representation of color #630776: hue angle of 289.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630776 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB997118-
CMYK0.160.9400.54
HSL289.73º88.8%24.51%-
HSV(B)289.73º94.07%46.27%-
XYZ8.494.1117.49-
YUV47.16167.98164.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 7 (3.12% from 255) = 3.12%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=44.20%
G=3.12%
B=52.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9971180.160.9400.54289.7388.824.51
Hex63776105E0361225919
Octal14371662013606644213131
Binary110001111111101101000010111100110110100100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630776; }

 p { color: rgb(99,7,118); }

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

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

 a { background-color: rgb(99,7,118); }

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

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

 span { border-color: rgb(99,7,118); }

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