#631650

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

Shades of Palatinate Purple #631650

Tints of Palatinate Purple #631650

Color information

#631650 (or 0x631650) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 50. RGB value is (99,22,80). Sum of RGB (Red+Green+Blue) = 99+22+80=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631650 is #9CE9AF. Grayscale: #333333. Windows color (decimal): -10283440 or 5248611. OLE color: 5248611.

HSL color Cylindrical-coordinate representation of color #631650: hue angle of 314.81º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631650 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB992280-
CMYK00.780.190.61
HSL314.81º63.64%23.73%-
HSV(B)314.81º77.78%38.82%-
XYZ6.883.817.96-
YUV51.64144.01161.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=49.25%
G=10.95%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99228000.780.190.61314.8163.6423.73
Hex63165004E133D13b4018
Octal143261200116237547310030
Binary11000111011010100000100111010011111101100111011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631650; }

 p { color: rgb(99,22,80); }

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

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

 a { background-color: rgb(99,22,80); }

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

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

 span { border-color: rgb(99,22,80); }

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