#631551

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

Shades of Palatinate Purple #631551

Tints of Palatinate Purple #631551

Color information

#631551 (or 0x631551) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 51. RGB value is (99,21,81). Sum of RGB (Red+Green+Blue) = 99+21+81=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631551 is #9CEAAE. Grayscale: #333333. Windows color (decimal): -10283695 or 5313891. OLE color: 5313891.

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

Color convert

RGB992181-
CMYK00.790.180.61
HSL313.85º65%23.53%-
HSV(B)313.85º78.79%38.82%-
XYZ6.93.788.15-
YUV51.16144.84162.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=49.25%
G=10.45%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99218100.790.180.61313.856523.53
Hex63155104F123D13a4118
Octal143251210117227547210130
Binary11000111010110100010100111110010111101100111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631551; }

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

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

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

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

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

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

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

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