#661368

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

Shades of Palatinate Purple #661368

Tints of Palatinate Purple #661368

Color information

#661368 (or 0x661368) is unknown color: approx Palatinate Purple. HEX triplet: 66, 13 and 68. RGB value is (102,19,104). Sum of RGB (Red+Green+Blue) = 102+19+104=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #661368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661368 is #99EC97. Grayscale: #353535. Windows color (decimal): -10087576 or 6820710. OLE color: 6820710.

HSL color Cylindrical-coordinate representation of color #661368: hue angle of 298.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661368 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10219104-
CMYK0.020.8200.59
HSL298.59º69.11%24.12%-
HSV(B)298.59º81.73%40.78%-
XYZ8.214.2913.49-
YUV53.51156.5162.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=45.33%
G=8.44%
B=46.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102191040.020.8200.59298.5969.1124.12
Hex66136825203B12b4518
Octal14623150212207345310530
Binary11001101001111010001010100100111011100101011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661368; }

 p { color: rgb(102,19,104); }

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

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

 a { background-color: rgb(102,19,104); }

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

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

 span { border-color: rgb(102,19,104); }

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