#631953

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

Shades of Palatinate Purple #631953

Tints of Palatinate Purple #631953

Color information

#631953 (or 0x631953) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 53. RGB value is (99,25,83). Sum of RGB (Red+Green+Blue) = 99+25+83=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #631953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631953 is #9CE6AC. Grayscale: #353535. Windows color (decimal): -10282669 or 5445987. OLE color: 5445987.

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

Color convert

RGB992583-
CMYK00.750.160.61
HSL312.97º59.68%24.31%-
HSV(B)312.97º74.75%38.82%-
XYZ7.053.978.58-
YUV53.74144.52160.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=47.83%
G=12.08%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99258300.750.160.61312.9759.6824.31
Hex63195304B103D1393c18
Octal14331123011320754717430
Binary1100011110011010011010010111000011110110011100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631953; }

 p { color: rgb(99,25,83); }

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

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

 a { background-color: rgb(99,25,83); }

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

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

 span { border-color: rgb(99,25,83); }

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