#650868

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

Shades of Palatinate Purple #650868

Tints of Palatinate Purple #650868

Color information

#650868 (or 0x650868) is unknown color: approx Palatinate Purple. HEX triplet: 65, 08 and 68. RGB value is (101,8,104). Sum of RGB (Red+Green+Blue) = 101+8+104=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #650868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650868 is #9AF797. Grayscale: #2E2E2E. Windows color (decimal): -10155928 or 6817893. OLE color: 6817893.

HSL color Cylindrical-coordinate representation of color #650868: hue angle of 298.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650868 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1018104-
CMYK0.030.9200.59
HSL298.12º85.71%21.96%-
HSV(B)298.12º92.31%40.78%-
XYZ7.953.9413.44-
YUV46.75160.31166.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=47.42%
G=3.76%
B=48.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10181040.030.9200.59298.1285.7121.96
Hex6586835C03B12a5616
Octal14510150313407345212626
Binary1100101100011010001110111000111011100101010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650868; }

 p { color: rgb(101,8,104); }

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

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

 a { background-color: rgb(101,8,104); }

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

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

 span { border-color: rgb(101,8,104); }

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