#631550

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

Shades of Palatinate Purple #631550

Tints of Palatinate Purple #631550

Color information

#631550 (or 0x631550) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 50. RGB value is (99,21,80). Sum of RGB (Red+Green+Blue) = 99+21+80=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #631550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631550 is #9CEAAF. Grayscale: #323232. Windows color (decimal): -10283696 or 5248355. OLE color: 5248355.

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

Color convert

RGB992180-
CMYK00.790.190.61
HSL314.62º65%23.53%-
HSV(B)314.62º78.79%38.82%-
XYZ6.863.777.96-
YUV51.05144.34162.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=49.5%
G=10.5%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99218000.790.190.61314.626523.53
Hex63155004F133D13b4118
Octal143251200117237547310130
Binary11000111010110100000100111110011111101100111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631550; }

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

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

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

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

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

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

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

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