#631555

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

Shades of Palatinate Purple #631555

Tints of Palatinate Purple #631555

Color information

#631555 (or 0x631555) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 55. RGB value is (99,21,85). Sum of RGB (Red+Green+Blue) = 99+21+85=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #631555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631555 is #9CEAAA. Grayscale: #333333. Windows color (decimal): -10283691 or 5576035. OLE color: 5576035.

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

Color convert

RGB992185-
CMYK00.790.140.61
HSL310.77º65%23.53%-
HSV(B)310.77º78.79%38.82%-
XYZ7.053.848.96-
YUV51.62146.84161.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=48.29%
G=10.24%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99218500.790.140.61310.776523.53
Hex63155504FE3D1374118
Octal143251250117167546710130
Binary1100011101011010101010011111110111101100110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631555; }

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

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

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

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

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

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

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

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