#651260

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

Shades of Palatinate Purple #651260

Tints of Palatinate Purple #651260

Color information

#651260 (or 0x651260) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 60. RGB value is (101,18,96). Sum of RGB (Red+Green+Blue) = 101+18+96=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #651260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651260 is #9AED9F. Grayscale: #333333. Windows color (decimal): -10153376 or 6296165. OLE color: 6296165.

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

Color convert

RGB1011896-
CMYK00.820.050.60
HSL303.61º69.75%23.33%-
HSV(B)303.61º82.18%39.61%-
XYZ7.694.0411.44-
YUV51.71153163.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=46.98%
G=8.37%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101189600.820.050.60303.6169.7523.33
Hex65126005253C1304617
Octal14522140012257446010627
Binary110010110010110000001010010101111100100110000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651260; }

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

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

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

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

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

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

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

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