#631958

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

Shades of Palatinate Purple #631958

Tints of Palatinate Purple #631958

Color information

#631958 (or 0x631958) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 58. RGB value is (99,25,88). Sum of RGB (Red+Green+Blue) = 99+25+88=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #631958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631958 is #9CE6A7. Grayscale: #363636. Windows color (decimal): -10282664 or 5773667. OLE color: 5773667.

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

Color convert

RGB992588-
CMYK00.750.110.61
HSL308.92º59.68%24.31%-
HSV(B)308.92º74.75%38.82%-
XYZ7.254.059.63-
YUV54.31147.02159.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=46.70%
G=11.79%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99258800.750.110.61308.9259.6824.31
Hex63195804BB3D1353c18
Octal14331130011313754657430
Binary110001111001101100001001011101111110110011010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631958; }

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

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

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

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

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

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

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

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