#631069

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

Shades of Palatinate Purple #631069

Tints of Palatinate Purple #631069

Color information

#631069 (or 0x631069) is unknown color: approx Palatinate Purple. HEX triplet: 63, 10 and 69. RGB value is (99,16,105). Sum of RGB (Red+Green+Blue) = 99+16+105=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #631069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631069 is #9CEF96. Grayscale: #323232. Windows color (decimal): -10284951 or 6885475. OLE color: 6885475.

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

Color convert

RGB9916105-
CMYK0.060.8500.59
HSL295.96º73.55%23.73%-
HSV(B)295.96º84.76%41.18%-
XYZ7.884.0413.73-
YUV50.96158.5162.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=45%
G=7.27%
B=47.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99161050.060.8500.59295.9673.5523.73
Hex63106965503B1284a18
Octal14320151612507345011230
Binary110001110000110100111010101010111011100101000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631069; }

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

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

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

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

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

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

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

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