#650A69

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

Shades of Palatinate Purple #650A69

Tints of Palatinate Purple #650A69

Color information

#650A69 (or 0x650A69) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0A and 69. RGB value is (101,10,105). Sum of RGB (Red+Green+Blue) = 101+10+105=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #650A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A69 is #9AF596. Grayscale: #2F2F2F. Windows color (decimal): -10155415 or 6883941. OLE color: 6883941.

HSL color Cylindrical-coordinate representation of color #650A69: hue angle of 297.47º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A69 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10110105-
CMYK0.040.9000.59
HSL297.47º82.61%22.55%-
HSV(B)297.47º90.48%41.18%-
XYZ8.03413.71-
YUV48.04160.15165.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=46.76%
G=4.63%
B=48.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101101050.040.9000.59297.4782.6122.55
Hex65A6945A03B1295317
Octal14512151413207345112327
Binary11001011010110100110010110100111011100101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650A69; }

 p { color: rgb(101,10,105); }

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

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

 a { background-color: rgb(101,10,105); }

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

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

 span { border-color: rgb(101,10,105); }

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