#631266

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

Shades of Palatinate Purple #631266

Tints of Palatinate Purple #631266

Color information

#631266 (or 0x631266) is unknown color: approx Palatinate Purple. HEX triplet: 63, 12 and 66. RGB value is (99,18,102). Sum of RGB (Red+Green+Blue) = 99+18+102=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #631266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631266 is #9CED99. Grayscale: #333333. Windows color (decimal): -10284442 or 6689379. OLE color: 6689379.

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

Color convert

RGB9918102-
CMYK0.030.8200.6
HSL297.86º70%23.53%-
HSV(B)297.86º82.35%40%-
XYZ7.764.0412.94-
YUV51.8156.34161.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=45.21%
G=8.22%
B=46.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99181020.030.8200.6297.867023.53
Hex63126635203C12a4618
Octal14322146312207445210630
Binary11000111001011001101110100100111100100101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631266; }

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

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

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

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

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

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

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

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