#631652

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

Shades of Palatinate Purple #631652

Tints of Palatinate Purple #631652

Color information

#631652 (or 0x631652) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 52. RGB value is (99,22,82). Sum of RGB (Red+Green+Blue) = 99+22+82=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631652 is #9CE9AD. Grayscale: #333333. Windows color (decimal): -10283438 or 5379683. OLE color: 5379683.

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

Color convert

RGB992282-
CMYK00.780.170.61
HSL313.25º63.64%23.73%-
HSV(B)313.25º77.78%38.82%-
XYZ6.963.848.36-
YUV51.86145.01161.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=48.77%
G=10.84%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99228200.780.170.61313.2563.6423.73
Hex63165204E113D1394018
Octal143261220116217547110030
Binary11000111011010100100100111010001111101100111001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631652; }

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

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

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

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

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

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

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

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