#650C69

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

Shades of Palatinate Purple #650C69

Tints of Palatinate Purple #650C69

Color information

#650C69 (or 0x650C69) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0C and 69. RGB value is (101,12,105). Sum of RGB (Red+Green+Blue) = 101+12+105=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #650C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C69 is #9AF396. Grayscale: #303030. Windows color (decimal): -10154903 or 6884453. OLE color: 6884453.

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

Color convert

RGB10112105-
CMYK0.040.8900.59
HSL297.42º79.49%22.94%-
HSV(B)297.42º88.57%41.18%-
XYZ8.054.0513.72-
YUV49.21159.49164.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=46.33%
G=5.50%
B=48.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101121050.040.8900.59297.4279.4922.94
Hex65C6945903B1294f17
Octal14514151413107345111727
Binary11001011100110100110010110010111011100101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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