#631060

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

Shades of Palatinate Purple #631060

Tints of Palatinate Purple #631060

Color information

#631060 (or 0x631060) is unknown color: approx Palatinate Purple. HEX triplet: 63, 10 and 60. RGB value is (99,16,96). Sum of RGB (Red+Green+Blue) = 99+16+96=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #631060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631060 is #9CEF9F. Grayscale: #313131. Windows color (decimal): -10284960 or 6295651. OLE color: 6295651.

HSL color Cylindrical-coordinate representation of color #631060: hue angle of 302.17º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631060 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB991696-
CMYK00.840.030.61
HSL302.17º72.17%22.55%-
HSV(B)302.17º83.84%38.82%-
XYZ7.443.8711.42-
YUV49.94154163-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=46.92%
G=7.58%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99169600.840.030.61302.1772.1722.55
Hex63106005433D12e4817
Octal14320140012437545611027
Binary11000111000011000000101010011111101100101110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631060; }

 p { color: rgb(99,16,96); }

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

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

 a { background-color: rgb(99,16,96); }

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

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

 span { border-color: rgb(99,16,96); }

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