#631C60

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

Shades of Palatinate Purple #631C60

Tints of Palatinate Purple #631C60

Color information

#631C60 (or 0x631C60) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1C and 60. RGB value is (99,28,96). Sum of RGB (Red+Green+Blue) = 99+28+96=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #631C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C60 is #9CE39F. Grayscale: #383838. Windows color (decimal): -10281888 or 6298723. OLE color: 6298723.

HSL color Cylindrical-coordinate representation of color #631C60: hue angle of 302.54º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C60 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB992896-
CMYK00.720.030.61
HSL302.54º55.91%24.9%-
HSV(B)302.54º71.72%38.82%-
XYZ7.674.3311.5-
YUV56.98150.02157.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=44.39%
G=12.56%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99289600.720.030.61302.5455.9124.9
Hex631C6004833D12f3819
Octal1433414001103754577031
Binary1100011111001100000010010001111110110010111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631C60; }

 p { color: rgb(99,28,96); }

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

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

 a { background-color: rgb(99,28,96); }

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

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

 span { border-color: rgb(99,28,96); }

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