#650E5F

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

Shades of Palatinate Purple #650E5F

Tints of Palatinate Purple #650E5F

Color information

#650E5F (or 0x650E5F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0E and 5F. RGB value is (101,14,95). Sum of RGB (Red+Green+Blue) = 101+14+95=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #650E5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E5F is #9AF1A0. Grayscale: #313131. Windows color (decimal): -10154401 or 6229605. OLE color: 6229605.

HSL color Cylindrical-coordinate representation of color #650E5F: hue angle of 304.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #650E5F is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1011495-
CMYK00.860.060.60
HSL304.14º75.65%22.55%-
HSV(B)304.14º86.14%39.61%-
XYZ7.593.9111.18-
YUV49.25153.82164.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=48.10%
G=6.67%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101149500.860.060.60304.1475.6522.55
Hex65E5F05663C1304c17
Octal14516137012667446011427
Binary11001011110101111101010110110111100100110000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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