#661467

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

Shades of Palatinate Purple #661467

Tints of Palatinate Purple #661467

Color information

#661467 (or 0x661467) is unknown color: approx Palatinate Purple. HEX triplet: 66, 14 and 67. RGB value is (102,20,103). Sum of RGB (Red+Green+Blue) = 102+20+103=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #661467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661467 is #99EB98. Grayscale: #353535. Windows color (decimal): -10087321 or 6755430. OLE color: 6755430.

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

Color convert

RGB10220103-
CMYK0.010.8100.60
HSL299.28º67.48%24.12%-
HSV(B)299.28º80.58%40.39%-
XYZ8.184.313.23-
YUV53.98155.67162.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=45.33%
G=8.89%
B=45.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102201030.010.8100.60299.2867.4824.12
Hex66146715103C12b4318
Octal14624147112107445310330
Binary1100110101001100111110100010111100100101011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661467; }

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

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

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

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

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

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

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

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