#651B61

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

Shades of Palatinate Purple #651B61

Tints of Palatinate Purple #651B61

Color information

#651B61 (or 0x651B61) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1B and 61. RGB value is (101,27,97). Sum of RGB (Red+Green+Blue) = 101+27+97=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #651B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B61 is #9AE49E. Grayscale: #383838. Windows color (decimal): -10151071 or 6364005. OLE color: 6364005.

HSL color Cylindrical-coordinate representation of color #651B61: hue angle of 303.24º 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 #651B61 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1012797-
CMYK00.730.040.60
HSL303.24º57.81%25.1%-
HSV(B)303.24º73.27%39.61%-
XYZ7.924.4111.74-
YUV57.11150.52159.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=44.89%
G=12%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101279700.730.040.60303.2457.8125.1
Hex651B6104943C12f3a19
Octal1453314101114744577231
Binary11001011101111000010100100110011110010010111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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