#651B64

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

Shades of Palatinate Purple #651B64

Tints of Palatinate Purple #651B64

Color information

#651B64 (or 0x651B64) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1B and 64. RGB value is (101,27,100). Sum of RGB (Red+Green+Blue) = 101+27+100=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #651B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B64 is #9AE49B. Grayscale: #393939. Windows color (decimal): -10151068 or 6560613. OLE color: 6560613.

HSL color Cylindrical-coordinate representation of color #651B64: hue angle of 300.81º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B64 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10127100-
CMYK00.730.010.60
HSL300.81º57.81%25.1%-
HSV(B)300.81º73.27%39.61%-
XYZ8.064.4712.49-
YUV57.45152.02159.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 27 (10.94% from 255) = 11.84%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=44.30%
G=11.84%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1012710000.730.010.60300.8157.8125.1
Hex651B6404913C12d3a19
Octal1453314401111744557231
Binary110010111011110010001001001111110010010110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651B64; }

 p { color: rgb(101,27,100); }

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

<style>
 a { background-color: #651B64; }

 a { background-color: rgb(101,27,100); }

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

<style>
 span { border-color: #651B64; }

 span { border-color: rgb(101,27,100); }

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