#631068

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

Shades of Palatinate Purple #631068

Tints of Palatinate Purple #631068

Color information

#631068 (or 0x631068) is unknown color: approx Palatinate Purple. HEX triplet: 63, 10 and 68. RGB value is (99,16,104). Sum of RGB (Red+Green+Blue) = 99+16+104=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #631068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631068 is #9CEF97. Grayscale: #323232. Windows color (decimal): -10284952 or 6819939. OLE color: 6819939.

HSL color Cylindrical-coordinate representation of color #631068: hue angle of 296.59º degrees, saturation: 0.73, 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 #631068 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9916104-
CMYK0.050.8500.59
HSL296.59º73.33%23.53%-
HSV(B)296.59º84.62%40.78%-
XYZ7.834.0213.46-
YUV50.85158162.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=45.21%
G=7.31%
B=47.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99161040.050.8500.59296.5973.3323.53
Hex63106855503B1294918
Octal14320150512507345111130
Binary110001110000110100010110101010111011100101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631068; }

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

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

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

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

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

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

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

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