#650E6B

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

Shades of Palatinate Purple #650E6B

Tints of Palatinate Purple #650E6B

Color information

#650E6B (or 0x650E6B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0E and 6B. RGB value is (101,14,107). Sum of RGB (Red+Green+Blue) = 101+14+107=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #650E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E6B is #9AF194. Grayscale: #323232. Windows color (decimal): -10154389 or 7016037. OLE color: 7016037.

HSL color Cylindrical-coordinate representation of color #650E6B: hue angle of 296.13º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650E6B is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10114107-
CMYK0.060.8700.58
HSL296.13º76.86%23.73%-
HSV(B)296.13º86.92%41.96%-
XYZ8.184.1414.28-
YUV50.62159.82163.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=45.50%
G=6.31%
B=48.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101141070.060.8700.58296.1376.8623.73
Hex65E6B65703A1284d18
Octal14516153612707245011530
Binary11001011110110101111010101110111010100101000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,14,107); }

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

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

 a { background-color: rgb(101,14,107); }

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

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

 span { border-color: rgb(101,14,107); }

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