#631460

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

Shades of Palatinate Purple #631460

Tints of Palatinate Purple #631460

Color information

#631460 (or 0x631460) is unknown color: approx Palatinate Purple. HEX triplet: 63, 14 and 60. RGB value is (99,20,96). Sum of RGB (Red+Green+Blue) = 99+20+96=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #631460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631460 is #9CEB9F. Grayscale: #343434. Windows color (decimal): -10283936 or 6296675. OLE color: 6296675.

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

Color convert

RGB992096-
CMYK00.800.030.61
HSL302.28º66.39%23.33%-
HSV(B)302.28º79.8%38.82%-
XYZ7.51411.44-
YUV52.28152.67161.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=46.05%
G=9.30%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99209600.800.030.61302.2866.3923.33
Hex63146005033D12e4217
Octal14324140012037545610227
Binary11000111010011000000101000011111101100101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631460; }

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

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

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

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

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

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

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

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