#671465

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

Shades of Palatinate Purple #671465

Tints of Palatinate Purple #671465

Color information

#671465 (or 0x671465) is unknown color: approx Palatinate Purple. HEX triplet: 67, 14 and 65. RGB value is (103,20,101). Sum of RGB (Red+Green+Blue) = 103+20+101=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #671465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671465 is #98EB9A. Grayscale: #353535. Windows color (decimal): -10021787 or 6624359. OLE color: 6624359.

HSL color Cylindrical-coordinate representation of color #671465: hue angle of 301.45º 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 #671465 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB10320101-
CMYK00.810.020.60
HSL301.45º67.48%24.12%-
HSV(B)301.45º80.58%40.39%-
XYZ8.194.3212.71-
YUV54.05154.5162.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=45.98%
G=8.93%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1032010100.810.020.60301.4567.4824.12
Hex67146505123C12d4318
Octal14724145012127445510330
Binary11001111010011001010101000110111100100101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671465; }

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

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

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

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

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

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

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

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