#631756

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

Shades of Palatinate Purple #631756

Tints of Palatinate Purple #631756

Color information

#631756 (or 0x631756) is unknown color: approx Palatinate Purple. HEX triplet: 63, 17 and 56. RGB value is (99,23,86). Sum of RGB (Red+Green+Blue) = 99+23+86=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #631756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631756 is #9CE8A9. Grayscale: #343434. Windows color (decimal): -10283178 or 5642083. OLE color: 5642083.

HSL color Cylindrical-coordinate representation of color #631756: hue angle of 310.26º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631756 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB992386-
CMYK00.770.130.61
HSL310.26º62.3%23.92%-
HSV(B)310.26º76.77%38.82%-
XYZ7.133.949.19-
YUV52.91146.68160.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=47.60%
G=11.06%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99238600.770.130.61310.2662.323.92
Hex63175604DD3D1363e18
Octal14327126011515754667630
Binary110001110111101011001001101110111110110011011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631756; }

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

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

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

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

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

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

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

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