#631559

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

Shades of Palatinate Purple #631559

Tints of Palatinate Purple #631559

Color information

#631559 (or 0x631559) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 59. RGB value is (99,21,89). Sum of RGB (Red+Green+Blue) = 99+21+89=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #631559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631559 is #9CEAA6. Grayscale: #333333. Windows color (decimal): -10283687 or 5838179. OLE color: 5838179.

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

Color convert

RGB992189-
CMYK00.790.100.61
HSL307.69º65%23.53%-
HSV(B)307.69º78.79%38.82%-
XYZ7.223.919.83-
YUV52.07148.84161.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=47.37%
G=10.05%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99218900.790.100.61307.696523.53
Hex63155904FA3D1344118
Octal143251310117127546410130
Binary1100011101011011001010011111010111101100110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631559; }

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

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

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

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

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

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

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

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