#631353

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

Shades of Palatinate Purple #631353

Tints of Palatinate Purple #631353

Color information

#631353 (or 0x631353) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 53. RGB value is (99,19,83). Sum of RGB (Red+Green+Blue) = 99+19+83=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631353 is #9CECAC. Grayscale: #323232. Windows color (decimal): -10284205 or 5444451. OLE color: 5444451.

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

Color convert

RGB991983-
CMYK00.810.160.61
HSL312º67.8%23.14%-
HSV(B)312º80.81%38.82%-
XYZ6.943.748.54-
YUV50.22146.5162.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=49.25%
G=9.45%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99198300.810.160.6131267.823.14
Hex631353051103D1384417
Octal143231230121207547010427
Binary11000111001110100110101000110000111101100111000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631353; }

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

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

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

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

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

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

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

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