#631269

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

Shades of Palatinate Purple #631269

Tints of Palatinate Purple #631269

Color information

#631269 (or 0x631269) is unknown color: approx Palatinate Purple. HEX triplet: 63, 12 and 69. RGB value is (99,18,105). Sum of RGB (Red+Green+Blue) = 99+18+105=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #631269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631269 is #9CED96. Grayscale: #333333. Windows color (decimal): -10284439 or 6885987. OLE color: 6885987.

HSL color Cylindrical-coordinate representation of color #631269: hue angle of 295.86º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631269 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9918105-
CMYK0.060.8300.59
HSL295.86º70.73%24.12%-
HSV(B)295.86º82.86%41.18%-
XYZ7.914.1113.74-
YUV52.14157.84161.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=44.59%
G=8.11%
B=47.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99181050.060.8300.59295.8670.7324.12
Hex63126965303B1284718
Octal14322151612307345010730
Binary110001110010110100111010100110111011100101000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631269; }

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

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

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

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

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

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

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

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