#631455

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

Shades of Palatinate Purple #631455

Tints of Palatinate Purple #631455

Color information

#631455 (or 0x631455) is unknown color: approx Palatinate Purple. HEX triplet: 63, 14 and 55. RGB value is (99,20,85). Sum of RGB (Red+Green+Blue) = 99+20+85=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #631455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631455 is #9CEBAA. Grayscale: #323232. Windows color (decimal): -10283947 or 5575779. OLE color: 5575779.

HSL color Cylindrical-coordinate representation of color #631455: hue angle of 310.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631455 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB992085-
CMYK00.800.140.61
HSL310.63º66.39%23.33%-
HSV(B)310.63º79.8%38.82%-
XYZ7.043.818.96-
YUV51.03147.17162.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=48.53%
G=9.80%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99208500.800.140.61310.6366.3923.33
Hex631455050E3D1374217
Octal143241250120167546710227
Binary1100011101001010101010100001110111101100110111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631455; }

 p { color: rgb(99,20,85); }

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

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

 a { background-color: rgb(99,20,85); }

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

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

 span { border-color: rgb(99,20,85); }

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