#631767

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

Shades of Palatinate Purple #631767

Tints of Palatinate Purple #631767

Color information

#631767 (or 0x631767) is unknown color: approx Palatinate Purple. HEX triplet: 63, 17 and 67. RGB value is (99,23,103). Sum of RGB (Red+Green+Blue) = 99+23+103=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #631767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631767 is #9CE898. Grayscale: #363636. Windows color (decimal): -10283161 or 6756195. OLE color: 6756195.

HSL color Cylindrical-coordinate representation of color #631767: hue angle of 297º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631767 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9923103-
CMYK0.040.7800.60
HSL297º63.49%24.71%-
HSV(B)297º77.67%40.39%-
XYZ7.94.2413.23-
YUV54.84155.18159.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=44%
G=10.22%
B=45.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99231030.040.7800.6029763.4924.71
Hex63176744E03C1293f19
Octal1432714741160744517731
Binary11000111011111001111001001110011110010010100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631767; }

 p { color: rgb(99,23,103); }

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

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

 a { background-color: rgb(99,23,103); }

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

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

 span { border-color: rgb(99,23,103); }

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