#631362

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

Shades of Palatinate Purple #631362

Tints of Palatinate Purple #631362

Color information

#631362 (or 0x631362) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 62. RGB value is (99,19,98). Sum of RGB (Red+Green+Blue) = 99+19+98=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #631362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631362 is #9CEC9D. Grayscale: #333333. Windows color (decimal): -10284190 or 6427491. OLE color: 6427491.

HSL color Cylindrical-coordinate representation of color #631362: hue angle of 300.75º 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 #631362 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB991998-
CMYK00.810.010.61
HSL300.75º67.8%23.14%-
HSV(B)300.75º80.81%38.82%-
XYZ7.58411.93-
YUV51.93154161.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=45.83%
G=8.80%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99199800.810.010.61300.7567.823.14
Hex63136205113D12d4417
Octal14323142012117545510427
Binary1100011100111100010010100011111101100101101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631362; }

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

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

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

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

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

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

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

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