#651261

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

Shades of Palatinate Purple #651261

Tints of Palatinate Purple #651261

Color information

#651261 (or 0x651261) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 61. RGB value is (101,18,97). Sum of RGB (Red+Green+Blue) = 101+18+97=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #651261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651261 is #9AED9E. Grayscale: #333333. Windows color (decimal): -10153375 or 6361701. OLE color: 6361701.

HSL color Cylindrical-coordinate representation of color #651261: hue angle of 302.89º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651261 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1011897-
CMYK00.820.040.60
HSL302.89º69.75%23.33%-
HSV(B)302.89º82.18%39.61%-
XYZ7.744.0611.69-
YUV51.82153.5163.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=46.76%
G=8.33%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101189700.820.040.60302.8969.7523.33
Hex65126105243C12f4617
Octal14522141012247445710627
Binary110010110010110000101010010100111100100101111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651261; }

 p { color: rgb(101,18,97); }

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

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

 a { background-color: rgb(101,18,97); }

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

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

 span { border-color: rgb(101,18,97); }

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