#631554

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

Shades of Palatinate Purple #631554

Tints of Palatinate Purple #631554

Color information

#631554 (or 0x631554) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 54. RGB value is (99,21,84). Sum of RGB (Red+Green+Blue) = 99+21+84=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #631554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631554 is #9CEAAB. Grayscale: #333333. Windows color (decimal): -10283692 or 5510499. OLE color: 5510499.

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

Color convert

RGB992184-
CMYK00.790.150.61
HSL311.54º65%23.53%-
HSV(B)311.54º78.79%38.82%-
XYZ7.013.838.76-
YUV51.5146.34161.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=48.53%
G=10.29%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99218400.790.150.61311.546523.53
Hex63155404FF3D1384118
Octal143251240117177547010130
Binary1100011101011010100010011111111111101100111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631554; }

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

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

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

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

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

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

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

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