#650D6A

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

Shades of Palatinate Purple #650D6A

Tints of Palatinate Purple #650D6A

Color information

#650D6A (or 0x650D6A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0D and 6A. RGB value is (101,13,106). Sum of RGB (Red+Green+Blue) = 101+13+106=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #650D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D6A is #9AF295. Grayscale: #313131. Windows color (decimal): -10154646 or 6950245. OLE color: 6950245.

HSL color Cylindrical-coordinate representation of color #650D6A: hue angle of 296.77º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650D6A is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10113106-
CMYK0.050.8800.58
HSL296.77º78.15%23.33%-
HSV(B)296.77º87.74%41.57%-
XYZ8.114.114-
YUV49.91159.65164.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=45.91%
G=5.91%
B=48.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101131060.050.8800.58296.7778.1523.33
Hex65D6A55803A1294e17
Octal14515152513007245111627
Binary11001011101110101010110110000111010100101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,13,106); }

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

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

 a { background-color: rgb(101,13,106); }

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

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

 span { border-color: rgb(101,13,106); }

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