#631658

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

Shades of Palatinate Purple #631658

Tints of Palatinate Purple #631658

Color information

#631658 (or 0x631658) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 58. RGB value is (99,22,88). Sum of RGB (Red+Green+Blue) = 99+22+88=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #631658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631658 is #9CE9A7. Grayscale: #343434. Windows color (decimal): -10283432 or 5772899. OLE color: 5772899.

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

Color convert

RGB992288-
CMYK00.780.110.61
HSL308.57º63.64%23.73%-
HSV(B)308.57º77.78%38.82%-
XYZ7.193.939.61-
YUV52.55148.01161.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=47.37%
G=10.53%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99228800.780.110.61308.5763.6423.73
Hex63165804EB3D1354018
Octal143261300116137546510030
Binary1100011101101011000010011101011111101100110101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631658; }

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

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

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

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

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

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

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

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