#671463

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

Shades of Palatinate Purple #671463

Tints of Palatinate Purple #671463

Color information

#671463 (or 0x671463) is unknown color: approx Palatinate Purple. HEX triplet: 67, 14 and 63. RGB value is (103,20,99). Sum of RGB (Red+Green+Blue) = 103+20+99=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #671463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671463 is #98EB9C. Grayscale: #353535. Windows color (decimal): -10021789 or 6493287. OLE color: 6493287.

HSL color Cylindrical-coordinate representation of color #671463: hue angle of 302.89º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671463 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1032099-
CMYK00.810.040.60
HSL302.89º67.48%24.12%-
HSV(B)302.89º80.58%40.39%-
XYZ8.14.2812.2-
YUV53.82153.5163.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=46.40%
G=9.01%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103209900.810.040.60302.8967.4824.12
Hex67146305143C12f4318
Octal14724143012147445710330
Binary110011110100110001101010001100111100100101111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671463; }

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

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

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

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

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

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

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

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