#630766

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

Shades of Palatinate Purple #630766

Tints of Palatinate Purple #630766

Color information

#630766 (or 0x630766) is unknown color: approx Palatinate Purple. HEX triplet: 63, 07 and 66. RGB value is (99,7,102). Sum of RGB (Red+Green+Blue) = 99+7+102=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #630766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630766 is #9CF899. Grayscale: #2D2D2D. Windows color (decimal): -10287258 or 6686563. OLE color: 6686563.

HSL color Cylindrical-coordinate representation of color #630766: hue angle of 298.11º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630766 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB997102-
CMYK0.030.9300.6
HSL298.11º87.16%21.37%-
HSV(B)298.11º93.14%40%-
XYZ7.623.7612.9-
YUV45.34159.98166.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=47.60%
G=3.37%
B=49.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9971020.030.9300.6298.1187.1621.37
Hex6376635D03C12a5715
Octal1437146313507445212725
Binary110001111111001101110111010111100100101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630766; }

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

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

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

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

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

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

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

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