#651F61

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

Shades of Palatinate Purple #651F61

Tints of Palatinate Purple #651F61

Color information

#651F61 (or 0x651F61) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1F and 61. RGB value is (101,31,97). Sum of RGB (Red+Green+Blue) = 101+31+97=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #651F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651F61 is #9AE09E. Grayscale: #3B3B3B. Windows color (decimal): -10150047 or 6365029. OLE color: 6365029.

HSL color Cylindrical-coordinate representation of color #651F61: hue angle of 303.43º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F61 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1013197-
CMYK00.690.040.60
HSL303.43º53.03%25.88%-
HSV(B)303.43º69.31%39.61%-
XYZ8.014.6111.78-
YUV59.45149.19157.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.10%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=44.10%
G=13.54%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101319700.690.040.60303.4353.0325.88
Hex651F6104543C12f351a
Octal1453714101054744576532
Binary11001011111111000010100010110011110010010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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