#661360

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

Shades of Palatinate Purple #661360

Tints of Palatinate Purple #661360

Color information

#661360 (or 0x661360) is unknown color: approx Palatinate Purple. HEX triplet: 66, 13 and 60. RGB value is (102,19,96). Sum of RGB (Red+Green+Blue) = 102+19+96=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #661360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661360 is #99EC9F. Grayscale: #343434. Windows color (decimal): -10087584 or 6296422. OLE color: 6296422.

HSL color Cylindrical-coordinate representation of color #661360: hue angle of 304.34º degrees, saturation: 0.69, 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 #661360 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1021996-
CMYK00.810.060.6
HSL304.34º68.6%23.73%-
HSV(B)304.34º81.37%40%-
XYZ7.824.1411.45-
YUV52.6152.5163.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=47.00%
G=8.76%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102199600.810.060.6304.3468.623.73
Hex66136005163C1304518
Octal14623140012167446010530
Binary110011010011110000001010001110111100100110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661360; }

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

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

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

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

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

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

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

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