#631358

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

Shades of Palatinate Purple #631358

Tints of Palatinate Purple #631358

Color information

#631358 (or 0x631358) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 58. RGB value is (99,19,88). Sum of RGB (Red+Green+Blue) = 99+19+88=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631358 is #9CECA7. Grayscale: #323232. Windows color (decimal): -10284200 or 5772131. OLE color: 5772131.

HSL color Cylindrical-coordinate representation of color #631358: hue angle of 308.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631358 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB991988-
CMYK00.810.110.61
HSL308.25º67.8%23.14%-
HSV(B)308.25º80.81%38.82%-
XYZ7.143.829.59-
YUV50.79149162.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=48.06%
G=9.22%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99198800.810.110.61308.2567.823.14
Hex631358051B3D1344417
Octal143231300121137546410427
Binary1100011100111011000010100011011111101100110100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631358; }

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

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

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

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

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

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

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

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