#631968

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

Shades of Palatinate Purple #631968

Tints of Palatinate Purple #631968

Color information

#631968 (or 0x631968) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 68. RGB value is (99,25,104). Sum of RGB (Red+Green+Blue) = 99+25+104=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #631968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631968 is #9CE697. Grayscale: #373737. Windows color (decimal): -10282648 or 6822243. OLE color: 6822243.

HSL color Cylindrical-coordinate representation of color #631968: hue angle of 296.2º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631968 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9925104-
CMYK0.050.7600.59
HSL296.2º61.24%25.29%-
HSV(B)296.2º75.96%40.78%-
XYZ7.994.3513.51-
YUV56.13155.02158.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=43.42%
G=10.96%
B=45.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99251040.050.7600.59296.261.2425.29
Hex63196854C03B1283d19
Octal1433115051140734507531
Binary11000111100111010001011001100011101110010100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631968; }

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

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

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

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

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

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

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

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