#631662

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

Shades of Palatinate Purple #631662

Tints of Palatinate Purple #631662

Color information

#631662 (or 0x631662) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 62. RGB value is (99,22,98). Sum of RGB (Red+Green+Blue) = 99+22+98=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #631662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631662 is #9CE99D. Grayscale: #353535. Windows color (decimal): -10283422 or 6428259. OLE color: 6428259.

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

Color convert

RGB992298-
CMYK00.780.010.61
HSL300.78º63.64%23.73%-
HSV(B)300.78º77.78%38.82%-
XYZ7.644.1111.95-
YUV53.69153.01160.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=45.21%
G=10.05%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99229800.780.010.61300.7863.6423.73
Hex63166204E13D12d4018
Octal14326142011617545510030
Binary1100011101101100010010011101111101100101101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631662; }

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

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

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

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

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

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

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

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