#631361

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

Shades of Palatinate Purple #631361

Tints of Palatinate Purple #631361

Color information

#631361 (or 0x631361) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 61. RGB value is (99,19,97). Sum of RGB (Red+Green+Blue) = 99+19+97=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #631361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631361 is #9CEC9E. Grayscale: #333333. Windows color (decimal): -10284191 or 6361955. OLE color: 6361955.

HSL color Cylindrical-coordinate representation of color #631361: hue angle of 301.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631361 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB991997-
CMYK00.810.020.61
HSL301.5º67.8%23.14%-
HSV(B)301.5º80.81%38.82%-
XYZ7.543.9811.68-
YUV51.81153.5161.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=46.05%
G=8.84%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99199700.810.020.61301.567.823.14
Hex63136105123D12e4417
Octal14323141012127545610427
Binary11000111001111000010101000110111101100101110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631361; }

 p { color: rgb(99,19,97); }

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

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

 a { background-color: rgb(99,19,97); }

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

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

 span { border-color: rgb(99,19,97); }

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