#631155

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

Shades of Palatinate Purple #631155

Tints of Palatinate Purple #631155

Color information

#631155 (or 0x631155) is unknown color: approx Palatinate Purple. HEX triplet: 63, 11 and 55. RGB value is (99,17,85). Sum of RGB (Red+Green+Blue) = 99+17+85=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631155 is #9CEEAA. Grayscale: #313131. Windows color (decimal): -10284715 or 5575011. OLE color: 5575011.

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

Color convert

RGB991785-
CMYK00.830.140.61
HSL310.24º70.69%22.75%-
HSV(B)310.24º82.83%38.82%-
XYZ6.993.718.94-
YUV49.27148.17163.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=49.25%
G=8.46%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99178500.830.140.61310.2470.6922.75
Hex631155053E3D1364717
Octal143211250123167546610727
Binary1100011100011010101010100111110111101100110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631155; }

 p { color: rgb(99,17,85); }

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

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

 a { background-color: rgb(99,17,85); }

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

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

 span { border-color: rgb(99,17,85); }

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