#651366

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

Shades of Palatinate Purple #651366

Tints of Palatinate Purple #651366

Color information

#651366 (or 0x651366) is unknown color: approx Palatinate Purple. HEX triplet: 65, 13 and 66. RGB value is (101,19,102). Sum of RGB (Red+Green+Blue) = 101+19+102=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #651366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651366 is #9AEC99. Grayscale: #343434. Windows color (decimal): -10153114 or 6689637. OLE color: 6689637.

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

Color convert

RGB10119102-
CMYK0.010.8100.6
HSL299.28º68.6%23.73%-
HSV(B)299.28º81.37%40%-
XYZ84.1912.96-
YUV52.98155.67162.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=45.50%
G=8.56%
B=45.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101191020.010.8100.6299.2868.623.73
Hex65136615103C12b4518
Octal14523146112107445310530
Binary1100101100111100110110100010111100100101011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651366; }

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

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

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

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

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

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

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

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